summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2018-01-22 14:55:28 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2018-03-22 09:19:03 +0100
commit9e5f7d94a94e524606912d0f2b0331c290ae2229 (patch)
tree688ad89e904183f78cbba901ee1a288df8009385
parent4aa93076a9afc193b7ede41e3e088c0355856d04 (diff)
update toradex-mirrors to 2.8
Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--classes/toradex-mirrors.bbclass22
1 files changed, 12 insertions, 10 deletions
diff --git a/classes/toradex-mirrors.bbclass b/classes/toradex-mirrors.bbclass
index da27ef0..48688d6 100644
--- a/classes/toradex-mirrors.bbclass
+++ b/classes/toradex-mirrors.bbclass
@@ -1,12 +1,14 @@
+TORADEX_MIRROR_URL="http://sources.toradex.com/2.8/"
+
PREMIRRORS_append () {
-cvs://.*/.* http://sources.toradex.com/V2.7/
-svn://.*/.* http://sources.toradex.com/V2.7/
-git://.*/.* http://sources.toradex.com/V2.7/
-gitsm://.*/.* http://sources.toradex.com/V2.7/
-hg://.*/.* http://sources.toradex.com/V2.7/
-bzr://.*/.* http://sources.toradex.com/V2.7/
-p4://.*/.* http://sources.toradex.com/V2.7/
-osc://.*/.* http://sources.toradex.com/V2.7/
-https?$://.*/.* http://sources.toradex.com/V2.7/
-ftp://.*/.* http://sources.toradex.com/V2.7/
+cvs://.*/.* ${TORADEX_MIRROR_URL}
+svn://.*/.* ${TORADEX_MIRROR_URL}
+git://.*/.* ${TORADEX_MIRROR_URL}
+gitsm://.*/.* ${TORADEX_MIRROR_URL}
+hg://.*/.* ${TORADEX_MIRROR_URL}
+bzr://.*/.* ${TORADEX_MIRROR_URL}
+p4://.*/.* ${TORADEX_MIRROR_URL}
+osc://.*/.* ${TORADEX_MIRROR_URL}
+https?$://.*/.* ${TORADEX_MIRROR_URL}
+ftp://.*/.* ${TORADEX_MIRROR_URL}
}