aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2005-05-25 22:02:46 +0000
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2005-05-25 22:02:46 +0000
commit2d569d5cae4437610719299d4eb196e68a4d19af (patch)
tree539921cdaa42f0cee47460d80b8dfff5ca4f9e84
parentf51a6c4375c318cd1b12bf24a513b90ec0cf7b06 (diff)
downloadbitbake-2d569d5cae4437610719299d4eb196e68a4d19af.tar.gz
call update_data right after parsing the conf files
-rwxr-xr-xbin/bitbake2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/bitbake b/bin/bitbake
index 824dd4db2..1fc6fd073 100755
--- a/bin/bitbake
+++ b/bin/bitbake
@@ -638,6 +638,8 @@ class BBCooker:
self.parseConfigurationFile( f )
self.parseConfigurationFile( os.path.join( "conf", "bitbake.conf" ) )
+
+ bb.data.update_data( make.cfg )
if not bb.data.getVar("BUILDNAME", make.cfg):
bb.data.setVar("BUILDNAME", os.popen('date +%Y%m%d%H%M').readline().strip(), make.cfg)