From 5d540ca3142b24f3d181bb712b0905cfd1a7af4b Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Thu, 26 Apr 2012 23:32:31 -0500 Subject: bitbake.conf: shift build config summary control to here (From OE-Core rev: 164df0708d9add81be7d1fd56d487253062756d8) Signed-off-by: Christopher Larson Signed-off-by: Richard Purdie --- meta/conf/bitbake.conf | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'meta/conf') 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" -- cgit v1.2.3-54-g00ecf