summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cooker.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/cooker.py')
-rw-r--r--bitbake/lib/bb/cooker.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py
index a4aaac59f8..620ff9f3d3 100644
--- a/bitbake/lib/bb/cooker.py
+++ b/bitbake/lib/bb/cooker.py
@@ -358,6 +358,7 @@ class BBCooker:
358 self.databuilder.parseBaseConfiguration() 358 self.databuilder.parseBaseConfiguration()
359 self.data = self.databuilder.data 359 self.data = self.databuilder.data
360 self.data_hash = self.databuilder.data_hash 360 self.data_hash = self.databuilder.data_hash
361 self.extraconfigdata = {}
361 362
362 if consolelog: 363 if consolelog:
363 self.data.setVar("BB_CONSOLELOG", consolelog) 364 self.data.setVar("BB_CONSOLELOG", consolelog)