rebuild: Try to use cached ATF

This commit is contained in:
Johan Gunnarsson 2019-11-17 22:38:16 +01:00
parent af40c6cf9a
commit 70b3101257
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ do
-v "${ARTIFACTS_DIR}":/artifacts \
-v "${CACHE_DIR}":/mnt/cache:ro \
-e U_BOOT_TARBALL=/mnt/cache/u-boot-latest.tar.bz2 \
-e ATF_TARBALL=/mnt/cache/arm-trusted-firmware-latest.tar.bz2 \
debimg \
build-boot "${BOARD_ID}" "${CHIP_ID}" "${DEFCONFIG}" "${TUPLE}" \
>"${D}"/"log-${BOARD_ID}.txt" 2>&1 &&