[bitbake-devel] Richard Purdie : runqueue.py: Add notification of setscene tasks ( should be in knotty)

git at git.openembedded.org git at git.openembedded.org
Thu Jan 5 13:21:29 UTC 2012


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 at 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 at 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





More information about the bitbake-devel mailing list