summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/bb/ui/crumbs/hobeventhandler.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/hobeventhandler.py b/bitbake/lib/bb/ui/crumbs/hobeventhandler.py
index 2e0a99900d..1a4c7b5058 100644
--- a/bitbake/lib/bb/ui/crumbs/hobeventhandler.py
+++ b/bitbake/lib/bb/ui/crumbs/hobeventhandler.py
@@ -120,6 +120,7 @@ class HobHandler(gobject.GObject):
120 self.current_command = self.BUILD_IMAGE 120 self.current_command = self.BUILD_IMAGE
121 else: 121 else:
122 self.current_command = self.CFG_PATH_LAYERS 122 self.current_command = self.CFG_PATH_LAYERS
123 self.server.runCommand(["resetCooker"])
123 self.server.runCommand(["reparseFiles"]) 124 self.server.runCommand(["reparseFiles"])
124 elif self.current_command == self.BUILD_IMAGE: 125 elif self.current_command == self.BUILD_IMAGE:
125 self.building = "image" 126 self.building = "image"