summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorChristopher Larson <kergoth@gmail.com>2012-04-26 23:32:31 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-03 15:48:01 +0100
commit5d540ca3142b24f3d181bb712b0905cfd1a7af4b (patch)
treeb573fd418fc812e295bbb6b5d0cb7f29d28c630c /meta/conf
parentb877b1a8bfae609a37fd865017d41c1824c63944 (diff)
downloadpoky-5d540ca3142b24f3d181bb712b0905cfd1a7af4b.tar.gz
bitbake.conf: shift build config summary control to here
(From OE-Core rev: 164df0708d9add81be7d1fd56d487253062756d8) Signed-off-by: Christopher Larson <kergoth@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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"