On Thu, 2025-02-27 at 10:28 +0100, Enrico Jörns via lists.openembedded.org wrote: > This change is done similar to the change in the kernel.bbclass of > commit 8c616bc0 ("kernel: Use consistent make flags for menuconfig"). > > This was discovered since the new CONFIG_GCC_VERSION kconfig symbol > reflected the host GCC version instead of the target ones after running > do_menuconfig. > > Reported-by: Ulrich Ölmann <u.oelm...@pengutronix.de> > Signed-off-by: Enrico Jörns <e...@pengutronix.de> > --- > meta/classes-recipe/barebox.bbclass | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/meta/classes-recipe/barebox.bbclass > b/meta/classes-recipe/barebox.bbclass > index 200ba08326..baba0a2965 100644 > --- a/meta/classes-recipe/barebox.bbclass > +++ b/meta/classes-recipe/barebox.bbclass > @@ -53,6 +53,7 @@ EXTRA_OEMAKE = " \ > PKG_CONFIG=pkg-config-native \ > CROSS_PKG_CONFIG=pkg-config \ > " > +KCONFIG_CONFIG_COMMAND:append = " ${EXTRA_OEMAKE}" >
Can we use += here rather than append? Cheers, Richard
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#211988): https://lists.openembedded.org/g/openembedded-core/message/211988 Mute This Topic: https://lists.openembedded.org/mt/111412382/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-