summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2011-08-10 18:09:22 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-12 17:48:13 +0100
commitc828ba571c3cf27d1bbd65184e287c45ef64de89 (patch)
treef885a2e6f291d6da97fbb6d0f139f8eb0246622a
parenta98f698fe9f38310024013e58475e6d1447ee154 (diff)
downloadbitbake-c828ba571c3cf27d1bbd65184e287c45ef64de89.tar.gz
bb/ui/crumbs/hobeventhandler: adapt to reset -> reparse change
The API has changed from just a reparse call to a reset call followed by a reparse call. Signed-off-by: Joshua Lock <josh@linux.intel.com>
-rw-r--r--lib/bb/ui/crumbs/hobeventhandler.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bb/ui/crumbs/hobeventhandler.py b/lib/bb/ui/crumbs/hobeventhandler.py
index 2e0a99900..1a4c7b505 100644
--- a/lib/bb/ui/crumbs/hobeventhandler.py
+++ b/lib/bb/ui/crumbs/hobeventhandler.py
@@ -120,6 +120,7 @@ class HobHandler(gobject.GObject):
self.current_command = self.BUILD_IMAGE
else:
self.current_command = self.CFG_PATH_LAYERS
+ self.server.runCommand(["resetCooker"])
self.server.runCommand(["reparseFiles"])
elif self.current_command == self.BUILD_IMAGE:
self.building = "image"