diff options
Diffstat (limited to 'bitbake/lib')
-rw-r--r-- | bitbake/lib/bb/ui/hob.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/lib/bb/ui/hob.py b/bitbake/lib/bb/ui/hob.py index e0427658d9..b0a98cbd1d 100644 --- a/bitbake/lib/bb/ui/hob.py +++ b/bitbake/lib/bb/ui/hob.py | |||
@@ -980,7 +980,9 @@ def main (server, eventHandler): | |||
980 | gplv3disabled = True | 980 | gplv3disabled = True |
981 | 981 | ||
982 | build_toolchain = bool(server.runCommand(["getVariable", "HOB_BUILD_TOOLCHAIN"])) | 982 | build_toolchain = bool(server.runCommand(["getVariable", "HOB_BUILD_TOOLCHAIN"])) |
983 | handler.toggle_toolchain(build_toolchain) | ||
983 | build_headers = bool(server.runCommand(["getVariable", "HOB_BUILD_TOOLCHAIN_HEADERS"])) | 984 | build_headers = bool(server.runCommand(["getVariable", "HOB_BUILD_TOOLCHAIN_HEADERS"])) |
985 | handler.toggle_toolchain_headers(build_headers) | ||
984 | 986 | ||
985 | prefs = HobPrefs(configurator, handler, sdk_mach, distro, pclass, cpu_cnt, | 987 | prefs = HobPrefs(configurator, handler, sdk_mach, distro, pclass, cpu_cnt, |
986 | pmake, bbthread, selected_image_types, all_image_types, | 988 | pmake, bbthread, selected_image_types, all_image_types, |