mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 12:32:12 +02:00
bitbake-runtask: Ensure logging options are inherited from the parent
[BUGID #291] Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -719,6 +719,9 @@ class RunQueueData:
|
||||
deps.append(self.taskData.fn_index[self.runq_fnid[dep]] + "." + self.runq_task[dep])
|
||||
hashdata["deps"][self.taskData.fn_index[self.runq_fnid[task]] + "." + self.runq_task[task]] = deps
|
||||
|
||||
hashdata["msg-debug"] = self.cooker.configuration.debug
|
||||
hashdata["msg-debug-domains"] = self.cooker.configuration.debug_domains
|
||||
|
||||
# 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)
|
||||
p = pickle.Pickler(file(self.hashfile, "wb"), -1)
|
||||
|
||||
Reference in New Issue
Block a user