summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/bitbake.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 9f4e4d4449..dc68690a39 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -609,6 +609,13 @@ export PATCH_GET="0"
609# Not sure about the rest of this yet. 609# Not sure about the rest of this yet.
610################################################################## 610##################################################################
611 611
612# Pre-build configuration output
613BUILDCFG_HEADER = "Build Configuration:"
614BUILDCFG_VARS = "BB_VERSION TARGET_ARCH TARGET_OS MACHINE DISTRO DISTRO_VERSION TUNE_FEATURES TARGET_FPU"
615BUILDCFG_VARS[type] = "list"
616BUILDCFG_NEEDEDVARS = "TARGET_ARCH TARGET_OS"
617BUILDCFG_NEEDEDVARS[type] = "list"
618
612# Other 619# Other
613 620
614export PKG_CONFIG_DIR = "${STAGING_DIR_HOST}/${libdir}/pkgconfig" 621export PKG_CONFIG_DIR = "${STAGING_DIR_HOST}/${libdir}/pkgconfig"