From 229b6630af72f2914d75ab6b0ba081b5feb25172 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 12 Oct 2010 17:46:47 +0100 Subject: bitbake-runtask: Ensure logging settings take effect in the worker process (and pass verbose setting) Signed-off-by: Richard Purdie --- bitbake/lib/bb/runqueue.py | 1 + 1 file changed, 1 insertion(+) (limited to 'bitbake/lib') diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py index 9befe976d1..0d80a6934c 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py @@ -721,6 +721,7 @@ class RunQueueData: hashdata["msg-debug"] = self.cooker.configuration.debug hashdata["msg-debug-domains"] = self.cooker.configuration.debug_domains + hashdata["verbose"] = self.cooker.configuration.verbose # Write out the hashes into a file for use by the individual tasks self.hashfile = bb.data.expand("${TMPDIR}/cache/hashdata.dat", self.cooker.configuration.data) -- cgit v1.2.3-54-g00ecf