summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/crumbs/hobeventhandler.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/ui/crumbs/hobeventhandler.py')
-rw-r--r--bitbake/lib/bb/ui/crumbs/hobeventhandler.py8
1 files changed, 3 insertions, 5 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/hobeventhandler.py b/bitbake/lib/bb/ui/crumbs/hobeventhandler.py
index e5e0b4243d..11444ad459 100644
--- a/bitbake/lib/bb/ui/crumbs/hobeventhandler.py
+++ b/bitbake/lib/bb/ui/crumbs/hobeventhandler.py
@@ -243,11 +243,9 @@ class HobHandler(gobject.GObject):
243 self.commands_async.append(self.SUB_PARSE_CONFIG) 243 self.commands_async.append(self.SUB_PARSE_CONFIG)
244 self.run_next_command(self.PARSE_CONFIG) 244 self.run_next_command(self.PARSE_CONFIG)
245 245
246 def refresh_layers(self, bblayers): 246 def parse_generate_configuration(self):
247 self.init_cooker() 247 self.commands_async.append(self.SUB_PARSE_CONFIG)
248 self.set_bblayers(bblayers) 248 self.generate_configuration()
249 self.commands_async.append(self.SUB_PARSE_CONFIG)
250 self.generate_configuration()
251 249
252 def set_extra_inherit(self, bbclass): 250 def set_extra_inherit(self, bbclass):
253 inherits = self.server.runCommand(["getVariable", "INHERIT"]) or "" 251 inherits = self.server.runCommand(["getVariable", "INHERIT"]) or ""