diff options
Diffstat (limited to 'bitbake/lib/bb/runqueue.py')
| -rw-r--r-- | bitbake/lib/bb/runqueue.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py index 8d36f282cc..79e612e032 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py | |||
| @@ -853,6 +853,8 @@ class RunQueue: | |||
| 853 | "logdefaultdomain" : bb.msg.loggerDefaultDomains, | 853 | "logdefaultdomain" : bb.msg.loggerDefaultDomains, |
| 854 | "prhost" : self.cooker.prhost, | 854 | "prhost" : self.cooker.prhost, |
| 855 | "buildname" : self.cfgData.getVar("BUILDNAME", True), | 855 | "buildname" : self.cfgData.getVar("BUILDNAME", True), |
| 856 | "date" : self.cfgData.getVar("DATE", True), | ||
| 857 | "time" : self.cfgData.getVar("TIME", True), | ||
| 856 | } | 858 | } |
| 857 | 859 | ||
| 858 | worker.stdin.write("<cookerconfig>" + pickle.dumps(self.cooker.configuration) + "</cookerconfig>") | 860 | worker.stdin.write("<cookerconfig>" + pickle.dumps(self.cooker.configuration) + "</cookerconfig>") |
