summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2016-11-07 16:27:58 -0800
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2016-11-21 17:37:48 +0100
commita6c6fa422e9cf9586e0eb8aba40e0460513edf58 (patch)
tree331af9e84e3bbd3c79496fc3ef6c4d3142c5dd4a
parent4083373b827d0cbbd6dc9b90d3989f72759653bf (diff)
update toradex-mirrors to V2.6Apalis_TK1_LinuxImageV2.6.1Beta2_20161122
Update the URL of Toradex mirrors to the V2.6 subfolder. Unfortunately we missed that before doing the V2.6 release, hence most builds will try to fetch sources from V2.5. Therefor we synchronized all sources of V2.5 and V2.6 images into the V2.5 source folder and symlinked V2.6 to it. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--classes/toradex-mirrors.bbclass20
1 files changed, 10 insertions, 10 deletions
diff --git a/classes/toradex-mirrors.bbclass b/classes/toradex-mirrors.bbclass
index a0f6b2b..8ed50e9 100644
--- a/classes/toradex-mirrors.bbclass
+++ b/classes/toradex-mirrors.bbclass
@@ -1,12 +1,12 @@
PREMIRRORS_append () {
-cvs://.*/.* http://sources.toradex.com/V2.5/
-svn://.*/.* http://sources.toradex.com/V2.5/
-git://.*/.* http://sources.toradex.com/V2.5/
-gitsm://.*/.* http://sources.toradex.com/V2.5/
-hg://.*/.* http://sources.toradex.com/V2.5/
-bzr://.*/.* http://sources.toradex.com/V2.5/
-p4://.*/.* http://sources.toradex.com/V2.5/
-osc://.*/.* http://sources.toradex.com/V2.5/
-https?$://.*/.* http://sources.toradex.com/V2.5/
-ftp://.*/.* http://sources.toradex.com/V2.5/
+cvs://.*/.* http://sources.toradex.com/V2.6/
+svn://.*/.* http://sources.toradex.com/V2.6/
+git://.*/.* http://sources.toradex.com/V2.6/
+gitsm://.*/.* http://sources.toradex.com/V2.6/
+hg://.*/.* http://sources.toradex.com/V2.6/
+bzr://.*/.* http://sources.toradex.com/V2.6/
+p4://.*/.* http://sources.toradex.com/V2.6/
+osc://.*/.* http://sources.toradex.com/V2.6/
+https?$://.*/.* http://sources.toradex.com/V2.6/
+ftp://.*/.* http://sources.toradex.com/V2.6/
}