mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
kernel: add linux-yocto-4.8 bbappend
We want our options and features to apply to the 4.8 kernel as well as the older ones. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
2d00a79d83
commit
ada27ac45f
19
recipes-kernel/linux/linux-yocto_4.8.bbappend
Normal file
19
recipes-kernel/linux/linux-yocto_4.8.bbappend
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||||
|
|
||||||
|
SRC_URI += "file://xt-checksum.scc \
|
||||||
|
file://ebtables.scc \
|
||||||
|
file://vswitch.scc \
|
||||||
|
file://lxc.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)}"
|
Loading…
Reference in New Issue
Block a user