From 70b3101257f0d31a193b24287cf2b1f135bcfd9f Mon Sep 17 00:00:00 2001 From: Johan Gunnarsson Date: Sun, 17 Nov 2019 22:38:16 +0100 Subject: [PATCH] rebuild: Try to use cached ATF --- metascripts/rebuild-boots | 1 + 1 file changed, 1 insertion(+) diff --git a/metascripts/rebuild-boots b/metascripts/rebuild-boots index 4f016c0..3dc4249 100755 --- a/metascripts/rebuild-boots +++ b/metascripts/rebuild-boots @@ -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 &&