summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/bb/tinfoil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/tinfoil.py b/bitbake/lib/bb/tinfoil.py
index 45bac5edcb..751a2d7a23 100644
--- a/bitbake/lib/bb/tinfoil.py
+++ b/bitbake/lib/bb/tinfoil.py
@@ -49,7 +49,7 @@ class Tinfoil:
49 self.config.setConfigParameters(configparams) 49 self.config.setConfigParameters(configparams)
50 self.config.setServerRegIdleCallback(self.register_idle_function) 50 self.config.setServerRegIdleCallback(self.register_idle_function)
51 self.cooker = BBCooker(self.config) 51 self.cooker = BBCooker(self.config)
52 self.config_data = self.cooker.configuration.data 52 self.config_data = self.cooker.data
53 bb.providers.logger.setLevel(logging.ERROR) 53 bb.providers.logger.setLevel(logging.ERROR)
54 self.cooker_data = None 54 self.cooker_data = None
55 55