Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Kernel: add config fragment support #646

Merged

Commits on Jul 25, 2019

  1. kernel: configs: add kernel fragment support

    Add the framework to build kernel config files from trees
    of kernel fragments.
    
    If no fragment directory is found for the requested kernel
    version and architecture then revert to looking for a whole
    prebuilt kernel config file instead.
    
    Fixes: kata-containers#234
    
    Signed-off-by: Graham Whaley <graham.whaley@intel.com>
    Graham Whaley authored and Julio Montes committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    0e604bd View commit details
    Browse the repository at this point in the history
  2. kernel: configs: update README

    Embellish the README a bit, and add some details about the
    new fragment method.
    
    Signed-off-by: Graham Whaley <graham.whaley@intel.com>
    Graham Whaley authored and Julio Montes committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    d205a07 View commit details
    Browse the repository at this point in the history
  3. kernel: config: frags: add common and x86 fragments

    Add the base common fragments and x86_64 specific fragments
    for the 4.19.x kernel.
    
    Signed-off-by: Graham Whaley <graham.whaley@intel.com>
    Graham Whaley authored and Julio Montes committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    addc10b View commit details
    Browse the repository at this point in the history
  4. kernel: drop x86_64 4.19 config file

    Now we are using the fragments, drop the x86_64 4.19 config file
    so we default to fragment mode.
    
    Signed-off-by: Graham Whaley <graham.whaley@intel.com>
    Julio Montes committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    7d1610e View commit details
    Browse the repository at this point in the history
  5. kernel: bump kernel version

    bump kernel version to 46
    
    Signed-off-by: Julio Montes <julio.montes@intel.com>
    Julio Montes committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    229411a View commit details
    Browse the repository at this point in the history
  6. obs-packaging: support kernel fragments

    use `merge_config.sh` script to generate the final `.config` file if the
    `${arch}_kata_kvm_*` file doesn't exist.
    
    Signed-off-by: Julio Montes <julio.montes@intel.com>
    Julio Montes committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    9e8cd7d View commit details
    Browse the repository at this point in the history