From: Chris Laplante Date: Mon, 28 Sep 2020 15:18:53 +0000 (-0400) Subject: bitbake.conf: add name of multiconfig to BUILDCFG_HEADER when multiconfig is active X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~9997 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96694d3bc16acfb88206e2d1b9e884ab5887c44d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bitbake.conf: add name of multiconfig to BUILDCFG_HEADER when multiconfig is active Signed-off-by: Chris Laplante Signed-off-by: Richard Purdie --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index a318d1ca588..e6338b0c75e 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -701,7 +701,7 @@ PREFERRED_PROVIDER_virtual/fakeroot-native ?= "pseudo-native" ################################################################## # Pre-build configuration output -BUILDCFG_HEADER = "Build Configuration:" +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[type] = "list" BUILDCFG_NEEDEDVARS = "TARGET_ARCH TARGET_OS"