mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
linux-yocto: update bbappends
Updating the bbappends for the kernel to match the latest oe-core/yocto 1.7 versions. We drop 3.4, since it is no longer supported and add a 3.17 bbappend. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
65202ced07
commit
e7c3ee2a60
|
@ -12,5 +12,8 @@ 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 += "${@base_contains('DISTRO_FEATURES', 'aufs', ' features/aufs/aufs-enable.scc', '', d)}"
|
||||
|
||||
# xen kernel support
|
||||
SRC_URI += "${@base_contains('DISTRO_FEATURES', 'xen', ' file://xen.scc', '', d)}"
|
Loading…
Reference in New Issue
Block a user