Without this, one can't use BBPKGS with bitbake -g, for example.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
self.configuration.data = bb.data.init()
- self.parseCommandLine()
-
bb.data.inheritFromOS(self.configuration.data)
self.parseConfigurationFiles(self.configuration.file)
if bbpkgs and len(self.configuration.pkgs_to_build) == 0:
self.configuration.pkgs_to_build.extend(bbpkgs.split())
+ self.parseCommandLine()
+
#
# Special updated configuration we use for firing events
#