]> code.ossystems Code Review - openembedded-core.git/commitdiff
machine/include/qemu.inc: update RDEPENDS to match kernel naming
authorRoss Burton <ross.burton@intel.com>
Tue, 19 Dec 2017 14:33:38 +0000 (14:33 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 Jan 2018 17:24:12 +0000 (17:24 +0000)
The kernel class now sets RDEPENDS_${KERNEL_PACKAGE_NAME}-base so this include
needs to do the same, otherwise bitbake emits a warning and the kernel isn't
removed.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/conf/machine/include/qemu.inc

index 25d8ec62164850a0272ab1fe2939da618e97550b..aa332fecc2c0c8b7a7bc86956cd9052ec1c969fd 100644 (file)
@@ -16,7 +16,7 @@ MACHINEOVERRIDES =. "qemuall:"
 IMAGE_FSTYPES += "tar.bz2 ext4"
 
 # Don't include kernels in standard images
-RDEPENDS_kernel-base = ""
+RDEPENDS_${KERNEL_PACKAGE_NAME}-base = ""
 
 # Use a common kernel recipe for all QEMU machines
 PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"