mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 21:32:13 +02:00
bb/ui/hob: Restore toolchain relevant preference settings for build
Fixes [#YOCTO 1354] (Bitbake rev: c3827690b9ba3625d1df32d9517efbe13d7d9a1e) Signed-off-by: Jessica Zhang <jessica.zhang@intel.com> Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d50bfaa9a1
commit
6503452732
@@ -980,7 +980,9 @@ def main (server, eventHandler):
|
||||
gplv3disabled = True
|
||||
|
||||
build_toolchain = bool(server.runCommand(["getVariable", "HOB_BUILD_TOOLCHAIN"]))
|
||||
handler.toggle_toolchain(build_toolchain)
|
||||
build_headers = bool(server.runCommand(["getVariable", "HOB_BUILD_TOOLCHAIN_HEADERS"]))
|
||||
handler.toggle_toolchain_headers(build_headers)
|
||||
|
||||
prefs = HobPrefs(configurator, handler, sdk_mach, distro, pclass, cpu_cnt,
|
||||
pmake, bbthread, selected_image_types, all_image_types,
|
||||
|
||||
Reference in New Issue
Block a user