diff options
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/bb/ui/crumbs/hobeventhandler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/hobeventhandler.py b/bitbake/lib/bb/ui/crumbs/hobeventhandler.py index ae1cefc538..8a2ac5fb6c 100644 --- a/bitbake/lib/bb/ui/crumbs/hobeventhandler.py +++ b/bitbake/lib/bb/ui/crumbs/hobeventhandler.py | |||
@@ -435,7 +435,7 @@ class HobHandler(gobject.GObject): | |||
435 | params["core_base"] = self.runCommand(["getVariable", "COREBASE"]) or "" | 435 | params["core_base"] = self.runCommand(["getVariable", "COREBASE"]) or "" |
436 | hob_layer = params["core_base"] + "/meta-hob" | 436 | hob_layer = params["core_base"] + "/meta-hob" |
437 | params["layer"] = self.runCommand(["getVariable", "BBLAYERS"]) or "" | 437 | params["layer"] = self.runCommand(["getVariable", "BBLAYERS"]) or "" |
438 | params["layers_non_removable"] = self.runCommand(["getVariable", "BBLAYERS_NON_REMOVABLE"]) | 438 | params["layers_non_removable"] = self.runCommand(["getVariable", "BBLAYERS_NON_REMOVABLE"]) or "" |
439 | if hob_layer not in params["layer"].split(): | 439 | if hob_layer not in params["layer"].split(): |
440 | params["layer"] += (" " + hob_layer) | 440 | params["layer"] += (" " + hob_layer) |
441 | if hob_layer not in params["layers_non_removable"].split(): | 441 | if hob_layer not in params["layers_non_removable"].split(): |