diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2016-12-22 15:05:10 +0100 |
---|---|---|
committer | Stefan Agner <stefan.agner@toradex.com> | 2017-01-10 16:54:56 -0800 |
commit | 9d39d172f14fe7996946ae3fe42c86debd167a91 (patch) | |
tree | 8bf876d5ec4444326e213d6450debcb56f87e6a5 /classes | |
parent | 4b22d1e7dc2043892bd0b867c315f61685c73366 (diff) |
update toradex-mirrors to V2.7
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Acked-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'classes')
-rw-r--r-- | classes/toradex-mirrors.bbclass | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/classes/toradex-mirrors.bbclass b/classes/toradex-mirrors.bbclass index 8ed50e9..da27ef0 100644 --- a/classes/toradex-mirrors.bbclass +++ b/classes/toradex-mirrors.bbclass @@ -1,12 +1,12 @@ PREMIRRORS_append () { -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/ +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/ } |