From 7b3b082eca0e4fb08b8b5c55b66c657fe1a4d95e Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 21 Aug 2017 08:36:46 -0400 Subject: kernel: drop linux-yocto-4.1 bbappend The 4.1 kernel is no longer in oe-core, so we can drop our bbappend. Signed-off-by: Bruce Ashfield --- recipes-kernel/linux/linux-yocto_4.1.bbappend | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 recipes-kernel/linux/linux-yocto_4.1.bbappend (limited to 'recipes-kernel') diff --git a/recipes-kernel/linux/linux-yocto_4.1.bbappend b/recipes-kernel/linux/linux-yocto_4.1.bbappend deleted file mode 100644 index f163fdfc..00000000 --- a/recipes-kernel/linux/linux-yocto_4.1.bbappend +++ /dev/null @@ -1,20 +0,0 @@ -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