* Richard Purdie : runqueue.py: Add notification of setscene tasks ( should be in knotty)
@ 2012-01-05 13:21 git
0 siblings, 0 replies; only message in thread
From: git @ 2012-01-05 13:21 UTC (permalink / raw)
To: bitbake-devel
Module: bitbake.git
Branch: master-poky
Commit: bca343b94a8ce555f3f697e610b735704486f421
URL: http://git.openembedded.org/?p=bitbake.git&a=commit;h=bca343b94a8ce555f3f697e610b735704486f421
Author: Richard Purdie <richard.purdie@linuxfoundation.org>
Date: Wed Jun 8 20:30:46 2011 +0100
runqueue.py: Add notification of setscene tasks (should be in knotty)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
lib/bb/runqueue.py | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/lib/bb/runqueue.py b/lib/bb/runqueue.py
index 15d3d00..86744fb 100644
--- a/lib/bb/runqueue.py
+++ b/lib/bb/runqueue.py
@@ -1614,6 +1614,9 @@ class RunQueueExecuteScenequeue(RunQueueExecute):
self.task_skip(task)
return True
+ logger.info("Running setscene task %d of %d (%s:%s)" % (self.stats.completed + self.stats.active + self.stats.failed + 1,
+ self.stats.total, fn, taskname))
+
pid, pipein, pipeout = self.fork_off_task(fn, realtask, taskname)
self.build_pids[pid] = task
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-01-05 13:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-05 13:21 Richard Purdie : runqueue.py: Add notification of setscene tasks ( should be in knotty) git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox