diff options
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
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 |
704 | BUILDCFG_HEADER = "Build Configuration:" | 704 | BUILDCFG_HEADER = "Build Configuration${@" (mc:${BB_CURRENT_MC})" if d.getVar("BBMULTICONFIG") else ""}:" |
705 | BUILDCFG_VARS = "BB_VERSION BUILD_SYS NATIVELSBSTRING TARGET_SYS MACHINE DISTRO DISTRO_VERSION TUNE_FEATURES TARGET_FPU" | 705 | BUILDCFG_VARS = "BB_VERSION BUILD_SYS NATIVELSBSTRING TARGET_SYS MACHINE DISTRO DISTRO_VERSION TUNE_FEATURES TARGET_FPU" |
706 | BUILDCFG_VARS[type] = "list" | 706 | BUILDCFG_VARS[type] = "list" |
707 | BUILDCFG_NEEDEDVARS = "TARGET_ARCH TARGET_OS" | 707 | BUILDCFG_NEEDEDVARS = "TARGET_ARCH TARGET_OS" |