TF-A: fix Arm Clang 6.8 installation
The tarball URL is incorrect. We install 6.13 twice.
Fix the URL and the tarball name.
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Change-Id: I9a49ab82d9dec2c9af1ba4b9175c08f5c9dfe176
diff --git a/bionic-amd64-tf-a-build/tf-dependencies.install b/bionic-amd64-tf-a-build/tf-dependencies.install
index 959659b..0512b9b 100755
--- a/bionic-amd64-tf-a-build/tf-dependencies.install
+++ b/bionic-amd64-tf-a-build/tf-dependencies.install
@@ -37,9 +37,9 @@
# NOTE: Toolchain is not available through PATH so to use it, CC should point to
# CC=${TOOLS_DIR}/armclang-6.8/bin/armclang
mkdir -p /tmp/armclang-6.8
-curl --create-dirs -fsSLo /tmp/DS500-BN-00026-r5p0-15rel0.tgz \
- https://developer.arm.com/-/media/Files/downloads/compiler/DS500-BN-00026-r5p0-15rel0.tgz?revision=1f1cb8d5-4d1c-4516-9583-b347f71844f4?product=Arm%20Compiler%206%20Downloads,64-bit,,Linux,6.8
-tar -xf /tmp/DS500-BN-00026-r5p0-15rel0.tgz -C /tmp/armclang-6.8
+curl --create-dirs -fsSLo /tmp/DS500-BN-00026-r5p0-10rel0.tgz \
+ https://developer.arm.com/-/media/Files/downloads/compiler/DS500-BN-00026-r5p0-10rel0.tgz?revision=1f1cb8d5-4d1c-4516-9583-b347f71844f4?product=Download%20Arm%20Compiler,64-bit,,Linux,6.8
+tar -xf /tmp/DS500-BN-00026-r5p0-10rel0.tgz -C /tmp/armclang-6.8
/tmp/armclang-6.8/install_x86_64.sh --no-interactive --i-agree-to-the-contained-eula -d ${TOOLS_DIR}/armclang-6.8
# Install Arm Clang 6.13 (armclang)