summaryrefslogtreecommitdiffstats
path: root/bitbake
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 21:06:59 +0100
commitfdcf262672788e82d19a607298407330b947206f (patch)
treeebabe4fd718ba72a4a9af7cc9facb6e252b683dd /bitbake
parent19265918768e49d465352c36be1ae9ea21f4b5b2 (diff)
downloadpoky-fdcf262672788e82d19a607298407330b947206f.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. (Bitbake rev: c828ba571c3cf27d1bbd65184e287c45ef64de89) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-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"