From 537971d35ad65c7a3e5aee832f3262e0b0c41d73 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 13 Sep 2017 12:50:02 -0400 Subject: kernel: add linux-yocto 4.12 bappend Signed-off-by: Bruce Ashfield --- recipes-kernel/linux/linux-yocto_4.12.bbappend | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 recipes-kernel/linux/linux-yocto_4.12.bbappend (limited to 'recipes-kernel') diff --git a/recipes-kernel/linux/linux-yocto_4.12.bbappend b/recipes-kernel/linux/linux-yocto_4.12.bbappend new file mode 100644 index 00000000..f163fdfc --- /dev/null +++ b/recipes-kernel/linux/linux-yocto_4.12.bbappend @@ -0,0 +1,20 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +SRC_URI += "file://xt-checksum.scc \ + file://ebtables.scc \ + file://vswitch.scc \ + file://lxc.scc \ + file://docker.scc \ + " +KERNEL_FEATURES_append = " features/kvm/qemu-kvm-enable.scc" + +KERNEL_MODULE_AUTOLOAD += "openvswitch" +KERNEL_MODULE_AUTOLOAD += "kvm" +KERNEL_MODULE_AUTOLOAD += "kvm-amd" +KERNEL_MODULE_AUTOLOAD += "kvm-intel" + +# aufs kernel support required for xen-image-minimal +KERNEL_FEATURES_append += "${@bb.utils.contains('DISTRO_FEATURES', 'aufs', ' features/aufs/aufs-enable.scc', '', d)}" + +# xen kernel support +SRC_URI += "${@bb.utils.contains('DISTRO_FEATURES', 'xen', ' file://xen.scc', '', d)}" -- cgit v1.2.3-54-g00ecf