summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiku Voipio <riku.voipio@linaro.org>2015-02-26 15:00:09 +0200
committerRiku Voipio <riku.voipio@linaro.org>2015-02-26 15:00:09 +0200
commit0763d2574f214746d0e8635f8f0756b7e4987da1 (patch)
tree9b0d7d269665a3f72da9db7e404a2e2947cf207c
parent7b3c18ffd9011ed18f2380f665daa89049045ad8 (diff)
use old rootfs in lava
-rw-r--r--lava/xen-arndale.json2
-rw-r--r--lava/xen-mustang.json4
2 files changed, 3 insertions, 3 deletions
diff --git a/lava/xen-arndale.json b/lava/xen-arndale.json
index b57e5a2..ae5a2cc 100644
--- a/lava/xen-arndale.json
+++ b/lava/xen-arndale.json
@@ -8,7 +8,7 @@
"hwpack.type" : "xen-arndale"
},
"parameters": {
- "image": "http://snapshots.linaro.org/ubuntu/images/xen/latest/xenlava-arndale.img.gz",
+ "image": "http://snapshots.linaro.org/ubuntu/images/xen/553/xenlava-arndale.img.gz",
"bootloadertype": "u_boot"
}
},
diff --git a/lava/xen-mustang.json b/lava/xen-mustang.json
index 31f781b..1d0cc9a 100644
--- a/lava/xen-mustang.json
+++ b/lava/xen-mustang.json
@@ -5,8 +5,8 @@
"parameters": {
"dtb": "https://snapshots.linaro.org/ubuntu/images/xen/latest/apm-mustang.dtb",
"kernel": "https://snapshots.linaro.org/components/platform/xen/latest/uXen-arm64",
- "nfsrootfs": "https://snapshots.linaro.org/ubuntu/images/xen/latest/xenlava-mustang.tar.xz",
- "ramdisk": "https://snapshots.linaro.org/ubuntu/images/xen/latest/Image-xen-mustang",
+ "nfsrootfs": "https://snapshots.linaro.org/ubuntu/images/xen/553/xenlava-mustang.tar.xz",
+ "ramdisk": "https://snapshots.linaro.org/ubuntu/images/xen/553/Image-xen-mustang",
"target_type": "ubuntu"
}
},