diff options
author | Ross Burton <ross.burton@intel.com> | 2017-12-19 14:33:38 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-02 17:24:37 +0000 |
commit | d97089c38837810afe2900f9f30cee1bba5f4fce (patch) | |
tree | 6d3d9497e64717448df2cb64b02a2da17d6c57d5 /meta/conf/machine/include | |
parent | 5b4aab6b40cf21471442e21abc8051b38985de84 (diff) | |
download | poky-d97089c38837810afe2900f9f30cee1bba5f4fce.tar.gz |
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.
(From OE-Core rev: a408236b6302273a5a45bcfe5eb3a8f2713ec3fa)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/include')
-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" |