Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] base bbclass: add TUNE_FEATURES to the default banner
@ 2011-07-27 15:13 Koen Kooi
  2011-07-27 15:32 ` Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Koen Kooi @ 2011-07-27 15:13 UTC (permalink / raw)
  To: openembedded-core; +Cc: Koen Kooi

This makes debugging the new tune code easier since it doesn't involve staring at 'bitbake -e' output anymore.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
 meta/classes/base.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass
index 3ed1bb8..e41cce2 100644
--- a/meta/classes/base.bbclass
+++ b/meta/classes/base.bbclass
@@ -173,7 +173,7 @@ python base_eventhandler() {
 
 	if name.startswith("BuildStarted"):
 		bb.data.setVar( 'BB_VERSION', bb.__version__, e.data )
-		statusvars = ['BB_VERSION', 'TARGET_ARCH', 'TARGET_OS', 'MACHINE', 'DISTRO', 'DISTRO_VERSION','TARGET_FPU']
+		statusvars = ['BB_VERSION', 'TARGET_ARCH', 'TARGET_OS', 'MACHINE', 'DISTRO', 'DISTRO_VERSION','TUNE_FEATURES', 'TARGET_FPU']
 		statuslines = ["%-17s = \"%s\"" % (i, bb.data.getVar(i, e.data, 1) or '') for i in statusvars]
 
 		layers = (data.getVar("BBLAYERS", e.data, 1) or "").split()
-- 
1.6.6.1




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-07-27 15:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-27 15:13 [PATCH] base bbclass: add TUNE_FEATURES to the default banner Koen Kooi
2011-07-27 15:32 ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox