summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorChris Larson <clarson@mvista.com>2009-02-26 14:31:29 -0800
committerChris Larson <clarson@kergoth.com>2009-03-21 20:06:34 -0700
commit06e6fddcf04474cd1006ee8ad3e51c2c2dbfde2a (patch)
tree9d6bf27553956db0562f0340fa31069d43f55d49 /conf
parent114155243344c15847e73598e82d02926443cbf1 (diff)
downloadopenembedded-06e6fddcf04474cd1006ee8ad3e51c2c2dbfde2a.tar.gz
bitbake.conf: Move the list of vars shown in the pre-build config display to here.
Now a distro or machine can add their own variables to display. Signed-off-by: Chris Larson <clarson@mvista.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/bitbake.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index 7954b8deec..7a6f80f1e8 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -594,6 +594,12 @@ AUTO_LIBNAME_PKGS = "${PACKAGES}"
# Globally toggle certain dependencies
ENTERPRISE_DISTRO ?= "0"
+# Pre-build configuration output
+BUILDCFG_VARS ?= "BB_VERSION METADATA_BRANCH METADATA_REVISION TARGET_ARCH TARGET_OS MACHINE DISTRO DISTRO_VERSION"
+BUILDCFG_VARS_append_arm = " TARGET_FPU"
+BUILDCFG_VARS_append_armeb = " TARGET_FPU"
+BUILDCFG_NEEDEDVARS ?= "TARGET_ARCH TARGET_OS"
+
###
### Config file processing
###