[OE-core] [PATCH] Display Runned Task in verbose mode
fabien.proriol at jdsu.com
fabien.proriol at jdsu.com
Tue Jun 23 09:38:00 UTC 2015
From: Fabien Proriol <fabien.proriol at jdsu.com>
It can be usefull to list task order with
bitbake -n -v <recipe>
---
bitbake/lib/bb/ui/knotty.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/bitbake/lib/bb/ui/knotty.py b/bitbake/lib/bb/ui/knotty.py
index 2bee242..2a6f175 100644
--- a/bitbake/lib/bb/ui/knotty.py
+++ b/bitbake/lib/bb/ui/knotty.py
@@ -467,6 +467,7 @@ def main(server, eventHandler, params, tf = TerminalFilter):
tasktype = 'noexec task'
else:
tasktype = 'task'
+ logger.verbose("Task: %s %s"%(event.taskfile.split("/")[-1], event.taskname))
logger.info("Running %s %s of %s (ID: %s, %s)",
tasktype,
event.stats.completed + event.stats.active +
--
2.3.6
More information about the Openembedded-core
mailing list