diff options
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/bb/ui/crumbs/hobeventhandler.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/hobeventhandler.py b/bitbake/lib/bb/ui/crumbs/hobeventhandler.py index 308ef4da7e..ec3e0ef1f2 100644 --- a/bitbake/lib/bb/ui/crumbs/hobeventhandler.py +++ b/bitbake/lib/bb/ui/crumbs/hobeventhandler.py | |||
@@ -430,8 +430,7 @@ class HobHandler(gobject.GObject): | |||
430 | 430 | ||
431 | params["image_fstypes"] = self.server.runCommand(["getVariable", "IMAGE_FSTYPES"]) or "" | 431 | params["image_fstypes"] = self.server.runCommand(["getVariable", "IMAGE_FSTYPES"]) or "" |
432 | 432 | ||
433 | # walkaround | 433 | params["image_types"] = self.server.runCommand(["getVariable", "IMAGE_TYPES"]) or "" |
434 | params["image_types"] = " ".join(hcc.SUPPORTED_IMAGE_TYPES.keys()).lstrip(" ") | ||
435 | 434 | ||
436 | params["conf_version"] = self.server.runCommand(["getVariable", "CONF_VERSION"]) or "" | 435 | params["conf_version"] = self.server.runCommand(["getVariable", "CONF_VERSION"]) or "" |
437 | params["lconf_version"] = self.server.runCommand(["getVariable", "LCONF_VERSION"]) or "" | 436 | params["lconf_version"] = self.server.runCommand(["getVariable", "LCONF_VERSION"]) or "" |