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.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/hobeventhandler.py b/bitbake/lib/bb/ui/crumbs/hobeventhandler.py
index 1db9c44295..a00fcd8eda 100644
--- a/bitbake/lib/bb/ui/crumbs/hobeventhandler.py
+++ b/bitbake/lib/bb/ui/crumbs/hobeventhandler.py
@@ -347,7 +347,7 @@ class HobHandler(gobject.GObject):
347 self.commands_async.append(self.SUB_PARSE_CONFIG) 347 self.commands_async.append(self.SUB_PARSE_CONFIG)
348 self.commands_async.append(self.SUB_GNERATE_TGTS) 348 self.commands_async.append(self.SUB_GNERATE_TGTS)
349 self.run_next_command(self.GENERATE_RECIPES) 349 self.run_next_command(self.GENERATE_RECIPES)
350 350
351 def generate_packages(self, tgts, default_task="build"): 351 def generate_packages(self, tgts, default_task="build"):
352 targets = [] 352 targets = []
353 targets.extend(tgts) 353 targets.extend(tgts)
@@ -492,6 +492,7 @@ class HobHandler(gobject.GObject):
492 params["runnable_image_types"] = self._remove_redundant(self.runCommand(["getVariable", "RUNNABLE_IMAGE_TYPES"]) or "") 492 params["runnable_image_types"] = self._remove_redundant(self.runCommand(["getVariable", "RUNNABLE_IMAGE_TYPES"]) or "")
493 params["runnable_machine_patterns"] = self._remove_redundant(self.runCommand(["getVariable", "RUNNABLE_MACHINE_PATTERNS"]) or "") 493 params["runnable_machine_patterns"] = self._remove_redundant(self.runCommand(["getVariable", "RUNNABLE_MACHINE_PATTERNS"]) or "")
494 params["deployable_image_types"] = self._remove_redundant(self.runCommand(["getVariable", "DEPLOYABLE_IMAGE_TYPES"]) or "") 494 params["deployable_image_types"] = self._remove_redundant(self.runCommand(["getVariable", "DEPLOYABLE_IMAGE_TYPES"]) or "")
495 params["kernel_image_type"] = self.runCommand(["getVariable", "KERNEL_IMAGETYPE"]) or ""
495 params["tmpdir"] = self.runCommand(["getVariable", "TMPDIR"]) or "" 496 params["tmpdir"] = self.runCommand(["getVariable", "TMPDIR"]) or ""
496 params["distro_version"] = self.runCommand(["getVariable", "DISTRO_VERSION"]) or "" 497 params["distro_version"] = self.runCommand(["getVariable", "DISTRO_VERSION"]) or ""
497 params["target_os"] = self.runCommand(["getVariable", "TARGET_OS"]) or "" 498 params["target_os"] = self.runCommand(["getVariable", "TARGET_OS"]) or ""