aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Sandoval <leonardo.sandoval@linaro.org>2020-11-23 10:39:25 -0600
committerLeonardo Sandoval <leonardo.sandoval@linaro.org>2020-11-23 10:45:56 -0600
commit829135822866f19581cd8dc73ddd6d22a26f34b8 (patch)
tree81955fb5b66b31fd93ba0ebfa0803d51332b2c34
parent4e2c2c94e434bc8a9b25f5da7c6018a43db8cb2f (diff)
downloaddockerfiles-829135822866f19581cd8dc73ddd6d22a26f34b8.tar.gz
TF-A: Do not remove all android zips
Limit removal to only fvp*-android-*.zip thus juno related ones remain and can be used by the follwing test descriptions tf-l2-boot-tests-juno/juno-mbedtls-rsa-opteed:juno-linux.optee tf-l2-boot-tests-juno/juno-mbedtls-ecdsa-opteed:juno-linux.optee Signed-off-by: Leonardo Sandoval <leonardo.sandoval@linaro.org> Change-Id: If4c10fe28bcbeaac17d436ae5383228f5f28614b
-rwxr-xr-xbionic-amd64-tf-a-build/tf-dependencies.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/bionic-amd64-tf-a-build/tf-dependencies.install b/bionic-amd64-tf-a-build/tf-dependencies.install
index f9b2c06..f52af48 100755
--- a/bionic-amd64-tf-a-build/tf-dependencies.install
+++ b/bionic-amd64-tf-a-build/tf-dependencies.install
@@ -63,7 +63,7 @@ tar -xf /tmp/clang+llvm-10.0.0-x86_64-linux-gnu-ubuntu-18.04.tar.xz -C ${TOOLS_D
mkdir -p nfs/downloads/linaro/20.01
cd nfs/downloads/linaro/20.01
wget -q -c -m -A .zip -np -nd https://releases.linaro.org/members/arm/platforms/20.01/
-rm -f *-android-*.zip sg*.zip
+rm -f fvp*-android-*.zip sg*.zip
for file in *.zip; do
unzip -q ${file} -d $(basename ${file} .zip)
done