diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-03-31 08:20:19 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-03-31 08:20:22 -0400 |
commit | 3786ca8902339bc9f4c025d3ecf1abbe009ffeac (patch) | |
tree | 36b60ad0b63786a7537535777c413c2373ef7bd8 | |
parent | 4e130b716553e2360437f9a47039aa64602d1213 (diff) | |
download | meta-virtualization-3786ca8902339bc9f4c025d3ecf1abbe009ffeac.tar.gz |
kernel: drop 4.8 bbappend
4.8 is no longer in oe-core master, so we drop the bbappend
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | recipes-kernel/linux/linux-yocto_4.8.bbappend | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/recipes-kernel/linux/linux-yocto_4.8.bbappend b/recipes-kernel/linux/linux-yocto_4.8.bbappend deleted file mode 100644 index f3be89ed..00000000 --- a/recipes-kernel/linux/linux-yocto_4.8.bbappend +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
2 | |||
3 | SRC_URI += "file://xt-checksum.scc \ | ||
4 | file://ebtables.scc \ | ||
5 | file://vswitch.scc \ | ||
6 | file://lxc.scc \ | ||
7 | " | ||
8 | KERNEL_FEATURES_append = " features/kvm/qemu-kvm-enable.scc" | ||
9 | |||
10 | KERNEL_MODULE_AUTOLOAD += "openvswitch" | ||
11 | KERNEL_MODULE_AUTOLOAD += "kvm" | ||
12 | KERNEL_MODULE_AUTOLOAD += "kvm-amd" | ||
13 | KERNEL_MODULE_AUTOLOAD += "kvm-intel" | ||
14 | |||
15 | # aufs kernel support required for xen-image-minimal | ||
16 | KERNEL_FEATURES_append += "${@bb.utils.contains('DISTRO_FEATURES', 'aufs', ' features/aufs/aufs-enable.scc', '', d)}" | ||
17 | |||
18 | # xen kernel support | ||
19 | SRC_URI += "${@bb.utils.contains('DISTRO_FEATURES', 'xen', ' file://xen.scc', '', d)}" | ||