summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorChris Laplante <chris.laplante@agilent.com>2020-09-28 11:18:53 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-30 15:01:51 +0100
commit538019a320c4282130ff721d4325587361bd51fa (patch)
tree70bcb513bd89e60a688a51b79e6582ffd2502757 /meta/conf
parent20d9825ed61bd682ad9a11dc85bc15f767b19eb1 (diff)
downloadpoky-538019a320c4282130ff721d4325587361bd51fa.tar.gz
bitbake.conf: add name of multiconfig to BUILDCFG_HEADER when multiconfig is active
(From OE-Core rev: 96694d3bc16acfb88206e2d1b9e884ab5887c44d) Signed-off-by: Chris Laplante <chris.laplante@agilent.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/bitbake.conf2
1 files changed, 1 insertions, 1 deletions
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"
701################################################################## 701##################################################################
702 702
703# Pre-build configuration output 703# Pre-build configuration output
704BUILDCFG_HEADER = "Build Configuration:" 704BUILDCFG_HEADER = "Build Configuration${@" (mc:${BB_CURRENT_MC})" if d.getVar("BBMULTICONFIG") else ""}:"
705BUILDCFG_VARS = "BB_VERSION BUILD_SYS NATIVELSBSTRING TARGET_SYS MACHINE DISTRO DISTRO_VERSION TUNE_FEATURES TARGET_FPU" 705BUILDCFG_VARS = "BB_VERSION BUILD_SYS NATIVELSBSTRING TARGET_SYS MACHINE DISTRO DISTRO_VERSION TUNE_FEATURES TARGET_FPU"
706BUILDCFG_VARS[type] = "list" 706BUILDCFG_VARS[type] = "list"
707BUILDCFG_NEEDEDVARS = "TARGET_ARCH TARGET_OS" 707BUILDCFG_NEEDEDVARS = "TARGET_ARCH TARGET_OS"