From a6c6fa422e9cf9586e0eb8aba40e0460513edf58 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Mon, 7 Nov 2016 16:27:58 -0800 Subject: update toradex-mirrors to V2.6 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 Acked-by: Max Krummenacher --- classes/toradex-mirrors.bbclass | 20 ++++++++++---------- 1 file 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/ } -- cgit v1.2.3