mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
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:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user