From 151de3a580e0d8a28125b880293f82abf468f2a2 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 14 May 2009 09:30:35 -0700 Subject: bitbake.conf, base.bbclass: Changed build config summary header to be a variable. Default in bitbake.conf for BUILDCFG_HEADER is "Build Configuration". This lets distributions make their builds ever so slightly prettier :) Signed-off-by: Chris Larson Acked-by: Marcin Juszkiewicz --- conf/bitbake.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf/bitbake.conf') diff --git a/conf/bitbake.conf b/conf/bitbake.conf index 4f00be73e6..8b6956453b 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -608,6 +608,8 @@ AUTO_LIBNAME_PKGS = "${PACKAGES}" ENTERPRISE_DISTRO ?= "0" # Pre-build configuration output + +BUILDCFG_HEADER = "Build Configuration:" BUILDCFG_VARS ?= "BB_VERSION METADATA_BRANCH METADATA_REVISION TARGET_ARCH TARGET_OS MACHINE DISTRO DISTRO_VERSION" BUILDCFG_VARS_append_arm = " TARGET_FPU" BUILDCFG_VARS_append_armeb = " TARGET_FPU" -- cgit v1.2.3