summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2018-02-01 11:03:02 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2018-02-01 13:26:51 +0100
commit62ffbef9f9d7cadbd17c9335af8e6c2ef200bb11 (patch)
tree0784e1c93cc63bdf077040af4fdc69a2aee110c2
parent7e32b145d3d6678fcfbc519e3767eaa8fc6ac7fe (diff)
toradex-mirrors.bbclass: update toradex source pre-mirror
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@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/
}