Hello, What are your thoughts on including TCLIBC in BUILCFG_VARS?. I often find myself missing this key information, but I may be biased due to my particular usecase, hence I would like other folks opinion on how useful this may be for the general public, sometimes we get similar information from TARGET_OS / LIBCEXTENSION, but that isn't always the case. Thanks Alejandro On 3/14/2026 3:47 AM, Richard Purdie via lists.openembedded.org wrote: > Tweak the default build header to add SDKMACHINE and drop TARGET_FPU since > that data is more likely to be of use to the general user. > > Signed-off-by: Richard Purdie > --- > meta/conf/bitbake.conf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf > index 5f632d9f8e7..6b3443695a0 100644 > --- a/meta/conf/bitbake.conf > +++ b/meta/conf/bitbake.conf > @@ -761,7 +761,7 @@ PREFERRED_PROVIDER_virtual/fakeroot-native ?= "pseudo-native" > > # Pre-build configuration output > BUILDCFG_HEADER = "Build Configuration${@" (mc:${BB_CURRENT_MC})" if d.getVar("BBMULTICONFIG") else ""}:" > -BUILDCFG_VARS = "BB_VERSION BUILD_SYS NATIVELSBSTRING TARGET_SYS MACHINE DISTRO DISTRO_VERSION TUNE_FEATURES TARGET_FPU" > +BUILDCFG_VARS = "BB_VERSION BUILD_SYS NATIVELSBSTRING TARGET_SYS MACHINE SDKMACHINE DISTRO DISTRO_VERSION TUNE_FEATURES" > BUILDCFG_VARS[type] = "list" > BUILDCFG_NEEDEDVARS = "TARGET_ARCH TARGET_OS" > BUILDCFG_NEEDEDVARS[type] = "list" > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#233077):https://lists.openembedded.org/g/openembedded-core/message/233077 > Mute This Topic:https://lists.openembedded.org/mt/118311455/4354175 > Group Owner:openembedded-core+owner@lists.openembedded.org > Unsubscribe:https://lists.openembedded.org/g/openembedded-core/unsub [alhe@linux.microsoft.com] > -=-=-=-=-=-=-=-=-=-=-=- >