diff options
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/machine/include/qemu.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc index 25d8ec6216..aa332fecc2 100644 --- a/meta/conf/machine/include/qemu.inc +++ b/meta/conf/machine/include/qemu.inc | |||
@@ -16,7 +16,7 @@ MACHINEOVERRIDES =. "qemuall:" | |||
16 | IMAGE_FSTYPES += "tar.bz2 ext4" | 16 | IMAGE_FSTYPES += "tar.bz2 ext4" |
17 | 17 | ||
18 | # Don't include kernels in standard images | 18 | # Don't include kernels in standard images |
19 | RDEPENDS_kernel-base = "" | 19 | RDEPENDS_${KERNEL_PACKAGE_NAME}-base = "" |
20 | 20 | ||
21 | # Use a common kernel recipe for all QEMU machines | 21 | # Use a common kernel recipe for all QEMU machines |
22 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | 22 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" |