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: 2020-10-gatesgarth~144 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=96694d3bc16acfb88206e2d1b9e884ab5887c44d;p=openembedded-core.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 a318d1ca58..e6338b0c75 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"