From: Joshua Lock Date: Mon, 1 Feb 2010 17:39:44 +0000 (+0000) Subject: poky.bbclass: Use pokylinux.org stashes as PREMIRRORS for vcs' X-Git-Tag: 2011-1~6305 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=095347fc691b68e7558470e1488157994aa6c7b8;p=openembedded-core.git poky.bbclass: Use pokylinux.org stashes as PREMIRRORS for vcs' Check the tarball stash on pokylinux.org before hitting the upstream version control systems. This is friendlier to the upstream repositories than us hammering their bandwidth. Signed-off-by: Joshua Lock --- diff --git a/meta/classes/poky.bbclass b/meta/classes/poky.bbclass index ba81f9e22c..cf65b6ceb1 100644 --- a/meta/classes/poky.bbclass +++ b/meta/classes/poky.bbclass @@ -1,3 +1,14 @@ +PREMIRRORS_append () { +bzr://.*/.* http://pokylinux.org/sources/ +cvs://.*/.* http://pokylinux.org/sources/ +git://.*/.* http://pokylinux.org/sources/ +hg://.*/.* http://pokylinux.org/sources/ +osc://.*/.* http://pokylinux.org/sources/ +p4://.*/.* http://pokylinux.org/sources/ +svk://.*/.* http://pokylinux.org/sources/ +svn://.*/.* http://pokylinux.org/sources/ +} + MIRRORS_append () { ftp://.*/.* http://pokylinux.org/sources/ http://.*/.* http://pokylinux.org/sources/