diff options
-rw-r--r-- | recipes-kernel/linux/linux-yocto_4.1.bbappend | 20 |
1 files changed, 0 insertions, 20 deletions
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 @@ | |||
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 | file://docker.scc \ | ||
8 | " | ||
9 | KERNEL_FEATURES_append = " features/kvm/qemu-kvm-enable.scc" | ||
10 | |||
11 | KERNEL_MODULE_AUTOLOAD += "openvswitch" | ||
12 | KERNEL_MODULE_AUTOLOAD += "kvm" | ||
13 | KERNEL_MODULE_AUTOLOAD += "kvm-amd" | ||
14 | KERNEL_MODULE_AUTOLOAD += "kvm-intel" | ||
15 | |||
16 | # aufs kernel support required for xen-image-minimal | ||
17 | KERNEL_FEATURES_append += "${@bb.utils.contains('DISTRO_FEATURES', 'aufs', ' features/aufs/aufs-enable.scc', '', d)}" | ||
18 | |||
19 | # xen kernel support | ||
20 | SRC_URI += "${@bb.utils.contains('DISTRO_FEATURES', 'xen', ' file://xen.scc', '', d)}" | ||