]> code.ossystems Code Review - openembedded-core.git/commit
kernel-yocto: make SRC_URI defconfig removal more specific
authorBruce Ashfield <bruce.ashfield@windriver.com>
Tue, 23 Jan 2018 19:44:45 +0000 (14:44 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 27 Jan 2018 13:21:58 +0000 (13:21 +0000)
commit7c5a6cd8afb7157890b30a3e19ed5c06ec5a9516
tree872c1c9690792731e552f0ad2935f1c50c72cf3c
parent8fd6ca0d3897e974a3f4f6687b2796add3fd9293
kernel-yocto: make SRC_URI defconfig removal more specific

commit 7e98c295c1bb511e [kernel-yocto: ensure that only a single
defconfig is processed] has an overly broad replacement strategy
for 'defconfig' and hence will chop up any fragment name that
happens to contain that string.

If we change the processing to split on whitespace and drop
any full work 'defconfig' fragments, we'll get the behaviour
we want (no duplicate defconfigs, but fragments with defconfig
in their name are fine).

[YOCTO #12487]

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
meta/classes/kernel-yocto.bbclass