summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2019-11-13 06:17:16 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-11-14 14:06:42 +0000
commita616ffebdc6f761635f351432461010de1890b7d (patch)
tree6acfe02c4024ae16c0abb49f598fa6f5dcf38c04 /bitbake
parentf320d4808ad4080ed9b54e0cf422411331241c5f (diff)
downloadpoky-a616ffebdc6f761635f351432461010de1890b7d.tar.gz
bitbake: cooker: Remove a left-over comment about expanded_data
This should have been removed together with expanded_data in commit e3694e73 (cooker/command: Drop expanded_data). (Bitbake rev: 33197db8abf82be240d7c1c5c9d2484a08a90849) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/bb/cooker.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py
index 20ef04d3ff..e6442bff93 100644
--- a/bitbake/lib/bb/cooker.py
+++ b/bitbake/lib/bb/cooker.py
@@ -371,10 +371,6 @@ class BBCooker:
371 371
372 self.data.setVar('BB_CMDLINE', self.ui_cmdline) 372 self.data.setVar('BB_CMDLINE', self.ui_cmdline)
373 373
374 #
375 # Copy of the data store which has been expanded.
376 # Used for firing events and accessing variables where expansion needs to be accounted for
377 #
378 if CookerFeatures.BASEDATASTORE_TRACKING in self.featureset: 374 if CookerFeatures.BASEDATASTORE_TRACKING in self.featureset:
379 self.disableDataTracking() 375 self.disableDataTracking()
380 376