From patchwork Thu Jan 5 13:21:29 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel] Richard Purdie : runqueue.py: Add notification of setscene tasks ( should be in knotty) Date: Thu, 05 Jan 2012 13:21:29 -0000 From: git@git.openembedded.org X-Patchwork-Id: 18441 Message-Id: <20120105132129.AF85110332@opal> To: bitbake-devel@lists.openembedded.org Module: bitbake.git Branch: master-poky Commit: bca343b94a8ce555f3f697e610b735704486f421 URL: http://git.openembedded.org/?p=bitbake.git&a=commit;h=bca343b94a8ce555f3f697e610b735704486f421 Author: Richard Purdie 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 --- 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