All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] tinfoil: fix for move of data attribute to cooker
@ 2013-06-09 10:15 Paul Eggleton
  2013-06-09 10:15 ` [PATCH 2/2] bitbake-layers: fix for move of data object " Paul Eggleton
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Eggleton @ 2013-06-09 10:15 UTC (permalink / raw)
  To: bitbake-devel

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 lib/bb/tinfoil.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/bb/tinfoil.py b/lib/bb/tinfoil.py
index 45bac5e..751a2d7 100644
--- a/lib/bb/tinfoil.py
+++ b/lib/bb/tinfoil.py
@@ -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
 
-- 
1.8.1.2



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-06-09 10:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-09 10:15 [PATCH 1/2] tinfoil: fix for move of data attribute to cooker Paul Eggleton
2013-06-09 10:15 ` [PATCH 2/2] bitbake-layers: fix for move of data object " Paul Eggleton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.