diff options
Diffstat (limited to 'bitbake/lib/bb/runqueue.py')
| -rw-r--r-- | bitbake/lib/bb/runqueue.py | 1 |
1 files changed, 1 insertions, 0 deletions
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: | |||
| 721 | 721 | ||
| 722 | hashdata["msg-debug"] = self.cooker.configuration.debug | 722 | hashdata["msg-debug"] = self.cooker.configuration.debug |
| 723 | hashdata["msg-debug-domains"] = self.cooker.configuration.debug_domains | 723 | hashdata["msg-debug-domains"] = self.cooker.configuration.debug_domains |
| 724 | hashdata["verbose"] = self.cooker.configuration.verbose | ||
| 724 | 725 | ||
| 725 | # Write out the hashes into a file for use by the individual tasks | 726 | # Write out the hashes into a file for use by the individual tasks |
| 726 | self.hashfile = bb.data.expand("${TMPDIR}/cache/hashdata.dat", self.cooker.configuration.data) | 727 | self.hashfile = bb.data.expand("${TMPDIR}/cache/hashdata.dat", self.cooker.configuration.data) |
