mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 23:21:17 +02:00
setup_board: fix fetching binary toolchain packages
Fix 98684560 which in turn tried to fix 0d29e735. This time the option to download binary packages was lost so building from scratch worked but not the normal usage of using binary packages. *sigh*
This commit is contained in:
parent
4ca4b65dba
commit
e19de29cda
@ -265,7 +265,7 @@ if [[ ${FLAGS_regen_configs} -eq ${FLAGS_FALSE} ]]; then
|
||||
"${FLAGS_getbinpkg}" -eq "${FLAGS_TRUE}" ]]
|
||||
then
|
||||
EMERGE_FLAGS+=" --usepkg --getbinpkg"
|
||||
EMERGE_TOOLCHAIN_FLAGS+=" --usepkgonly"
|
||||
EMERGE_TOOLCHAIN_FLAGS+=" --usepkgonly --getbinpkg"
|
||||
else
|
||||
# When binary packages are disabled we need to make sure the cross
|
||||
# sysroot includes any build dependencies for the toolchain.
|
||||
|
Loading…
x
Reference in New Issue
Block a user