* [PATCH] bitbake.conf: Change build output message to list BUILD_SYS, TARGET_SYS and NATIVELSBSTRING
@ 2012-11-26 14:54 Richard Purdie
2012-11-26 18:42 ` Darren Hart
0 siblings, 1 reply; 2+ messages in thread
From: Richard Purdie @ 2012-11-26 14:54 UTC (permalink / raw)
To: openembedded-core; +Cc: dvhart@linux.intel.com
The build summary is meant to reflect key configuration variables. Information
about the build system we're running on is important but currently missing
from the information displayed.
Printing TARGET_SYS removes the need to print TARGET_OS and TARGET_ARCH
and we add BUILD_SYS and NATIVELSBSTRING to show information about the
build system.
[YOCTO #3456]
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 114c5e7..420bdfa 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -631,7 +631,7 @@ export PATCH_GET="0"
# 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 = "BB_VERSION BUILD_SYS NATIVELSBSTRING TARGET_SYS MACHINE DISTRO DISTRO_VERSION TUNE_FEATURES TARGET_FPU"
BUILDCFG_VARS[type] = "list"
BUILDCFG_NEEDEDVARS = "TARGET_ARCH TARGET_OS"
BUILDCFG_NEEDEDVARS[type] = "list"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] bitbake.conf: Change build output message to list BUILD_SYS, TARGET_SYS and NATIVELSBSTRING
2012-11-26 14:54 [PATCH] bitbake.conf: Change build output message to list BUILD_SYS, TARGET_SYS and NATIVELSBSTRING Richard Purdie
@ 2012-11-26 18:42 ` Darren Hart
0 siblings, 0 replies; 2+ messages in thread
From: Darren Hart @ 2012-11-26 18:42 UTC (permalink / raw)
To: Richard Purdie; +Cc: openembedded-core
On 11/26/2012 06:54 AM, Richard Purdie wrote:
> The build summary is meant to reflect key configuration variables. Information
> about the build system we're running on is important but currently missing
> from the information displayed.
>
> Printing TARGET_SYS removes the need to print TARGET_OS and TARGET_ARCH
> and we add BUILD_SYS and NATIVELSBSTRING to show information about the
> build system.
>
> [YOCTO #3456]
>
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Tested-by: Darren Hart <dvhart@linux.intel.com>
Fedora 17 amd64 host:
Build Configuration:
BB_VERSION = "1.17.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "Fedora-17"
TARGET_SYS = "i586-poky-linux"
MACHINE = "qemux86"
DISTRO = "poky"
DISTRO_VERSION = "1.3+snapshot-20121126"
TUNE_FEATURES = "m32 i586"
TARGET_FPU = ""
meta
meta-yocto
meta-yocto-bsp
meta-yocto
meta-yocto-bsp
meta = "master:7eb5d130ad451c105f4349bd94164cff58e88040"
Looks good to me.
Thanks,
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Technical Lead - Linux Kernel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-11-26 18:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-26 14:54 [PATCH] bitbake.conf: Change build output message to list BUILD_SYS, TARGET_SYS and NATIVELSBSTRING Richard Purdie
2012-11-26 18:42 ` Darren Hart
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox