[bitbake-devel] [1.44][PATCH 5/9] cooker: Remove a left-over comment about expanded_data

Armin Kuster akuster808 at gmail.com
Sat Nov 23 16:24:55 UTC 2019


From: Peter Kjellerstedt <peter.kjellerstedt at axis.com>

This should have been removed together with expanded_data in commit
e3694e73 (cooker/command: Drop expanded_data).

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt at axis.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 lib/bb/cooker.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/lib/bb/cooker.py b/lib/bb/cooker.py
index 20ef04d..e6442bf 100644
--- a/lib/bb/cooker.py
+++ b/lib/bb/cooker.py
@@ -371,10 +371,6 @@ class BBCooker:
 
         self.data.setVar('BB_CMDLINE', self.ui_cmdline)
 
-        #
-        # Copy of the data store which has been expanded.
-        # Used for firing events and accessing variables where expansion needs to be accounted for
-        #
         if CookerFeatures.BASEDATASTORE_TRACKING in self.featureset:
             self.disableDataTracking()
 
-- 
2.7.4



More information about the bitbake-devel mailing list