diff options
author | Christopher Larson <kergoth@gmail.com> | 2012-04-26 23:32:31 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-03 15:00:24 +0100 |
commit | 164df0708d9add81be7d1fd56d487253062756d8 (patch) | |
tree | 1147595373e7be9eead442ba4ecafc4a53217d8e /meta/conf/bitbake.conf | |
parent | af593b5a3a8e1e552b34ca2785894ac468763024 (diff) | |
download | openembedded-core-164df0708d9add81be7d1fd56d487253062756d8.tar.gz openembedded-core-164df0708d9add81be7d1fd56d487253062756d8.tar.bz2 openembedded-core-164df0708d9add81be7d1fd56d487253062756d8.zip |
bitbake.conf: shift build config summary control to here
Signed-off-by: Christopher Larson <kergoth@gmail.com>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 7 |
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" # Not sure about the rest of this yet. ################################################################## +# Pre-build configuration output +BUILDCFG_HEADER = "Build Configuration:" +BUILDCFG_VARS = "BB_VERSION TARGET_ARCH TARGET_OS MACHINE DISTRO DISTRO_VERSION TUNE_FEATURES TARGET_FPU" +BUILDCFG_VARS[type] = "list" +BUILDCFG_NEEDEDVARS = "TARGET_ARCH TARGET_OS" +BUILDCFG_NEEDEDVARS[type] = "list" + # Other export PKG_CONFIG_DIR = "${STAGING_DIR_HOST}/${libdir}/pkgconfig" |