diff options
Diffstat (limited to 'bitbake/lib/bb/cooker.py')
-rw-r--r-- | bitbake/lib/bb/cooker.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py index 8e6acb19fc..50624d8d33 100644 --- a/bitbake/lib/bb/cooker.py +++ b/bitbake/lib/bb/cooker.py | |||
@@ -59,6 +59,10 @@ class BBCooker: | |||
59 | 59 | ||
60 | self.configuration.data = bb.data.init() | 60 | self.configuration.data = bb.data.init() |
61 | 61 | ||
62 | def parseConfiguration(self): | ||
63 | |||
64 | bb.data.inheritFromOS(self.configuration.data) | ||
65 | |||
62 | for f in self.configuration.file: | 66 | for f in self.configuration.file: |
63 | self.parseConfigurationFile( f ) | 67 | self.parseConfigurationFile( f ) |
64 | 68 | ||