[oe-commits] [openembedded-core] 13/37: machine/include/qemu.inc: update RDEPENDS to match kernel naming

git at git.openembedded.org git at git.openembedded.org
Thu Dec 21 11:45:14 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 52daa743e73db6a0b817ed36f18a7145c2059b24
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Tue Dec 19 14:33:38 2017 +0000

    machine/include/qemu.inc: update RDEPENDS to match kernel naming
    
    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 at intel.com>
---
 meta/conf/machine/include/qemu.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc
index 25d8ec6..aa332fe 100644
--- a/meta/conf/machine/include/qemu.inc
+++ b/meta/conf/machine/include/qemu.inc
@@ -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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list