[OE-core] WARNING: Variable key %s (%s) replaces original key %s (%s).

Burton, Ross ross.burton at intel.com
Mon Feb 5 21:53:44 UTC 2018


On 5 February 2018 at 18:21, Denys Dmytriyenko <denis at denix.org> wrote:

> Am I supposed to see bunch of these warnings (3 during parsing and 20 more
> during build):
>
> WARNING: Variable key RDEPENDS_${KERNEL_PACKAGE_NAME}-base
> (${KERNEL_PACKAGE_NAME}-image) replaces original key RDEPENDS_kernel-base
> (kernel-devicetree).
>
>
> From kernel.bbclass:
>
> # Allow machines to override this dependency if kernel image files are
> # not wanted in images as standard
> RDEPENDS_${KERNEL_PACKAGE_NAME}-base ?= "${KERNEL_PACKAGE_NAME}-image"
>

That's your kernel recipe not liking the new multiple-name kernel classes,
and if your problem is the same as oe-core's qemu* machines then this is
the fix:

-RDEPENDS_kernel-base = ""
+RDEPENDS_${KERNEL_PACKAGE_NAME}-base = ""

(oe-core a408236b6302273a5a45bcfe5eb3a8f2713ec3fa)

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20180205/df7d63c3/attachment-0002.html>


More information about the Openembedded-core mailing list