diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-08-21 08:36:46 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-08-21 08:36:46 -0400 |
| commit | 7b3b082eca0e4fb08b8b5c55b66c657fe1a4d95e (patch) | |
| tree | 25f24fc3b1d05ee608e7dbae725a582e799e7010 /recipes-kernel | |
| parent | edfd6b431c8da8b0f70bdf25e167d39bc9dff364 (diff) | |
| download | meta-virtualization-7b3b082eca0e4fb08b8b5c55b66c657fe1a4d95e.tar.gz | |
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 <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-kernel')
| -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)}" | ||
