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 <california.l.sullivan@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
California Sullivan 2017-05-10 14:59:05 -07:00 committed by Saul Wold
parent f8e08ecdab
commit 8b1bc4781a

View File

@ -9,7 +9,7 @@ EXTRA_IMAGEDEPENDS += "ovmf"
# runqemu uses virtio, so we have to enable the corresponding # runqemu uses virtio, so we have to enable the corresponding
# kernel drivers. # kernel drivers.
KERNEL_FEATURES += "cfg/virtio.scc" KERNEL_FEATURES_INTEL_COMMON += "cfg/virtio.scc"
# Other useful extensions which are not enabled by default: # Other useful extensions which are not enabled by default:
# rng-tools to take advantage of qemu's virtio-rng-pci device. # rng-tools to take advantage of qemu's virtio-rng-pci device.