aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xplatforms-ci.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/platforms-ci.sh b/platforms-ci.sh
index 66de966..6eadfd8 100755
--- a/platforms-ci.sh
+++ b/platforms-ci.sh
@@ -205,11 +205,11 @@ function dobuilds
# we want to clean the workspace before building each variant
clean_workspace
if [ "${variants[i]}" == "fvp-android" ]; then
- wget https://releases.linaro.org/android/reference-lcr/fvp/latest/ramdisk.img
+ wget https://releases.linaro.org/android/reference-lcr/fvp/15.09/ramdisk.img
elif [ "${variants[i]}" == "juno-android" ]; then
- wget https://releases.linaro.org/android/reference-lcr/juno/latest/ramdisk.img
+ wget https://releases.linaro.org/android/reference-lcr/juno/15.09/ramdisk.img
elif [ "${variants[i]}" == "tc2-android" ]; then
- wget https://releases.linaro.org/android/reference-lcr/vexpress/latest/ramdisk.img
+ wget https://releases.linaro.org/android/reference-lcr/vexpress/15.09/ramdisk.img
fi
./build-scripts/build-all.sh ${variants[i]}
./build-scripts/build-all.sh ${variants[i]} package