From 8b1bc4781ad9cda47026abc56a66810c03f61307 Mon Sep 17 00:00:00 2001 From: California Sullivan Date: Wed, 10 May 2017 14:59:05 -0700 Subject: qemu-intel.inc: Add to KERNEL_FEATURES via KERNEL_FEATURES_INTEL_COMMON Adding to KERNEL_FEATURES causes the kernel tools to try to add the feature to all kernels, even custom kernels not using the yocto-kernel-cache. By moving it to KERNEL_FEATURES_INTEL_COMMON, it will only affect the kernels the layer supplies. Signed-off-by: California Sullivan Signed-off-by: Saul Wold --- conf/machine/include/qemu-intel.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/machine/include/qemu-intel.inc b/conf/machine/include/qemu-intel.inc index 0487d403..81510404 100644 --- a/conf/machine/include/qemu-intel.inc +++ b/conf/machine/include/qemu-intel.inc @@ -9,7 +9,7 @@ EXTRA_IMAGEDEPENDS += "ovmf" # runqemu uses virtio, so we have to enable the corresponding # kernel drivers. -KERNEL_FEATURES += "cfg/virtio.scc" +KERNEL_FEATURES_INTEL_COMMON += "cfg/virtio.scc" # Other useful extensions which are not enabled by default: # rng-tools to take advantage of qemu's virtio-rng-pci device. -- cgit v1.2.3-54-g00ecf