mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-11 23:16:58 +02:00
Merge pull request #257 from marineam/boards
fix(build_toolchains): Update board package location
This commit is contained in:
commit
a7b67723ac
@ -45,7 +45,7 @@ upload_files "cross toolchain packages" "${def_upload_path}" \
|
|||||||
|
|
||||||
for board in $(get_board_list); do
|
for board in $(get_board_list); do
|
||||||
board_packages="${BINPKGS}/target/${board}"
|
board_packages="${BINPKGS}/target/${board}"
|
||||||
def_upload_path="${UPLOAD_ROOT}/${board}/${FLAGS_version}"
|
def_upload_path="${UPLOAD_ROOT}/boards/${board}/${FLAGS_version}"
|
||||||
upload_files "board toolchain packages" "${def_upload_path}" \
|
upload_files "board toolchain packages" "${def_upload_path}" \
|
||||||
"toolchain/" "${board_packages}"/*
|
"toolchain/" "${board_packages}"/*
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user