diff options
| author | Chris Laplante <chris.laplante@agilent.com> | 2020-09-28 11:18:53 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-30 15:01:51 +0100 |
| commit | 538019a320c4282130ff721d4325587361bd51fa (patch) | |
| tree | 70bcb513bd89e60a688a51b79e6582ffd2502757 /meta | |
| parent | 20d9825ed61bd682ad9a11dc85bc15f767b19eb1 (diff) | |
| download | poky-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')
| -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" |
