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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/hobeventhandler.py b/bitbake/lib/bb/ui/crumbs/hobeventhandler.py
index 7014935f6d..b12f2d861c 100644
--- a/bitbake/lib/bb/ui/crumbs/hobeventhandler.py
+++ b/bitbake/lib/bb/ui/crumbs/hobeventhandler.py
@@ -403,12 +403,12 @@ class HobHandler(gobject.GObject):
403 403
404 def generate_configuration(self): 404 def generate_configuration(self):
405 self.runCommand(["setPrePostConfFiles", "conf/.hob.conf", ""]) 405 self.runCommand(["setPrePostConfFiles", "conf/.hob.conf", ""])
406 self.commands_async.append(self.SUB_PARSE_CONFIG)
406 self.commands_async.append(self.SUB_PATH_LAYERS) 407 self.commands_async.append(self.SUB_PATH_LAYERS)
407 self.commands_async.append(self.SUB_FILES_DISTRO) 408 self.commands_async.append(self.SUB_FILES_DISTRO)
408 self.commands_async.append(self.SUB_FILES_MACH) 409 self.commands_async.append(self.SUB_FILES_MACH)
409 self.commands_async.append(self.SUB_FILES_SDKMACH) 410 self.commands_async.append(self.SUB_FILES_SDKMACH)
410 self.commands_async.append(self.SUB_MATCH_CLASS) 411 self.commands_async.append(self.SUB_MATCH_CLASS)
411 self.commands_async.append(self.SUB_PARSE_CONFIG)
412 self.run_next_command(self.GENERATE_CONFIGURATION) 412 self.run_next_command(self.GENERATE_CONFIGURATION)
413 413
414 def generate_recipes(self): 414 def generate_recipes(self):