]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
kernel-yocto.bbclass: say what SRC_URI entry is being dropped
authorRoss Burton <ross.burton@arm.com>
Fri, 13 May 2022 18:42:01 +0000 (19:42 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 15 May 2022 07:57:09 +0000 (08:57 +0100)
commitc807876507fa0257be9abc15457b312e01368c17
tree9b170402cafed69cd6dba65cfb3ec0a1dcd2def0
parent9c39da147683dcaaa244b3ddc4531c4408ad5c9e
kernel-yocto.bbclass: say what SRC_URI entry is being dropped

If there is a defconfig set by KBUILD_DEFCONFIG and something that looks
like a defconfig in SRC_URI, the SRC_URI is dropped. This happens even
if the entry in SRC_URI is called my_defconfig_frag.cfg.

Arguably, this is a bug and the behaviour should be changed, but for now
if we're going to remove entries from SRC_URI we should make it clear
what entry is being removed.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/kernel-yocto.bbclass