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:48:01 +0100 |
commit | 5d540ca3142b24f3d181bb712b0905cfd1a7af4b (patch) | |
tree | b573fd418fc812e295bbb6b5d0cb7f29d28c630c /meta/conf | |
parent | b877b1a8bfae609a37fd865017d41c1824c63944 (diff) | |
download | poky-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.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" | |||
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 | ||
613 | BUILDCFG_HEADER = "Build Configuration:" | ||
614 | BUILDCFG_VARS = "BB_VERSION TARGET_ARCH TARGET_OS MACHINE DISTRO DISTRO_VERSION TUNE_FEATURES TARGET_FPU" | ||
615 | BUILDCFG_VARS[type] = "list" | ||
616 | BUILDCFG_NEEDEDVARS = "TARGET_ARCH TARGET_OS" | ||
617 | BUILDCFG_NEEDEDVARS[type] = "list" | ||
618 | |||
612 | # Other | 619 | # Other |
613 | 620 | ||
614 | export PKG_CONFIG_DIR = "${STAGING_DIR_HOST}/${libdir}/pkgconfig" | 621 | export PKG_CONFIG_DIR = "${STAGING_DIR_HOST}/${libdir}/pkgconfig" |