From: Fabien Proriol <[email protected]>
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
--
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core