mirror of
https://git.yoctoproject.org/poky
synced 2026-07-17 04:07:06 +00:00
bitbake-runtask: Ensure logging settings take effect in the worker process (and pass verbose setting)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user