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 <josh@linux.intel.com>
This commit is contained in:
Joshua Lock 2010-02-01 17:39:44 +00:00
parent 8235389fd1
commit 095347fc69
1 changed files with 11 additions and 0 deletions

View File

@ -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/