All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Display Runned Task in verbose mode
@ 2015-06-23  9:38 fabien.proriol
  0 siblings, 0 replies; 2+ messages in thread
From: fabien.proriol @ 2015-06-23  9:38 UTC (permalink / raw)
  To: openembedded-core; +Cc: Fabien Proriol, rpurdie

From: Fabien Proriol <fabien.proriol@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


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

* [PATCH] Display Runned Task in verbose mode
@ 2015-07-28 15:10 fabien.proriol
  0 siblings, 0 replies; 2+ messages in thread
From: fabien.proriol @ 2015-07-28 15:10 UTC (permalink / raw)
  To: bitbake-devel; +Cc: Fabien Proriol

From: Fabien Proriol <fabien.proriol@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


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

end of thread, other threads:[~2015-07-28 15:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-23  9:38 [PATCH] Display Runned Task in verbose mode fabien.proriol
2015-07-28 15:10 fabien.proriol

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.