bitbake: tinfoil: fix for move of data attribute to cooker

(Bitbake rev: c400fe36f7609d53fb413484dc03bbce307f31f9)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Paul Eggleton 2013-06-09 11:15:34 +01:00 committed by Richard Purdie
parent 7bf5c38e0f
commit 8bdbb71f74
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ class Tinfoil:
self.config.setConfigParameters(configparams)
self.config.setServerRegIdleCallback(self.register_idle_function)
self.cooker = BBCooker(self.config)
self.config_data = self.cooker.configuration.data
self.config_data = self.cooker.data
bb.providers.logger.setLevel(logging.ERROR)
self.cooker_data = None