fix(build_toolchains): Update board package location

The naming scheme in the new buckets has changed slightly, missed this
one in the other updates.
This commit is contained in:
Michael Marineau 2014-05-22 18:14:47 -07:00
parent bf83487c29
commit 61704a02c7

View File

@ -45,7 +45,7 @@ upload_files "cross toolchain packages" "${def_upload_path}" \
for board in $(get_board_list); do
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}" \
"toolchain/" "${board_packages}"/*
done