mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
linux-yocto_virtualization.inc: remove :append and += combination
* fixes: KERNEL_FEATURES:append += is not a recommended operator combination, please replace it. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
057889e541
commit
2c03be05dd
|
@ -13,7 +13,7 @@ KERNEL_MODULE_AUTOLOAD += "nf_conntrack_ipv6 openvswitch"
|
||||||
KERNEL_MODULE_AUTOLOAD += "${@bb.utils.contains('DISTRO_FEATURES', 'kvm', 'kvm', '', d)}"
|
KERNEL_MODULE_AUTOLOAD += "${@bb.utils.contains('DISTRO_FEATURES', 'kvm', 'kvm', '', d)}"
|
||||||
|
|
||||||
# aufs kernel support required for xen-image-minimal
|
# aufs kernel support required for xen-image-minimal
|
||||||
KERNEL_FEATURES:append += "${@bb.utils.contains('DISTRO_FEATURES', 'aufs', ' features/aufs/aufs-enable.scc', '', d)}"
|
KERNEL_FEATURES:append = "${@bb.utils.contains('DISTRO_FEATURES', 'aufs', ' features/aufs/aufs-enable.scc', '', d)}"
|
||||||
|
|
||||||
# if the kernel-yocto meta-data routine automatically starts to add the
|
# if the kernel-yocto meta-data routine automatically starts to add the
|
||||||
# recipe-sysroot-native, we can do away with this conditional, since all
|
# recipe-sysroot-native, we can do away with this conditional, since all
|
||||||
|
|
Loading…
Reference in New Issue
Block a user