summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/runqueue.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/runqueue.py')
-rw-r--r--bitbake/lib/bb/runqueue.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py
index 05c1200da1..82cc9af81b 100644
--- a/bitbake/lib/bb/runqueue.py
+++ b/bitbake/lib/bb/runqueue.py
@@ -1254,6 +1254,7 @@ class RunQueue:
1254 "buildname" : self.cfgData.getVar("BUILDNAME"), 1254 "buildname" : self.cfgData.getVar("BUILDNAME"),
1255 "date" : self.cfgData.getVar("DATE"), 1255 "date" : self.cfgData.getVar("DATE"),
1256 "time" : self.cfgData.getVar("TIME"), 1256 "time" : self.cfgData.getVar("TIME"),
1257 "hashservport" : self.cooker.hashservport,
1257 } 1258 }
1258 1259
1259 worker.stdin.write(b"<cookerconfig>" + pickle.dumps(self.cooker.configuration) + b"</cookerconfig>") 1260 worker.stdin.write(b"<cookerconfig>" + pickle.dumps(self.cooker.configuration) + b"</cookerconfig>")