xref: /OK3568_Linux_fs/yocto/poky/meta/classes/mirrors.bbclass (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1MIRRORS += "\
2${DEBIAN_MIRROR}	http://snapshot.debian.org/archive/debian/20180310T215105Z/pool \
3${DEBIAN_MIRROR}	http://snapshot.debian.org/archive/debian-archive/20120328T092752Z/debian/pool \
4${DEBIAN_MIRROR}	http://snapshot.debian.org/archive/debian-archive/20110127T084257Z/debian/pool \
5${DEBIAN_MIRROR}	http://snapshot.debian.org/archive/debian-archive/20090802T004153Z/debian/pool \
6${DEBIAN_MIRROR}	http://ftp.de.debian.org/debian/pool \
7${DEBIAN_MIRROR}	http://ftp.au.debian.org/debian/pool \
8${DEBIAN_MIRROR}	http://ftp.cl.debian.org/debian/pool \
9${DEBIAN_MIRROR}	http://ftp.hr.debian.org/debian/pool \
10${DEBIAN_MIRROR}	http://ftp.fi.debian.org/debian/pool \
11${DEBIAN_MIRROR}	http://ftp.hk.debian.org/debian/pool \
12${DEBIAN_MIRROR}	http://ftp.hu.debian.org/debian/pool \
13${DEBIAN_MIRROR}	http://ftp.ie.debian.org/debian/pool \
14${DEBIAN_MIRROR}	http://ftp.it.debian.org/debian/pool \
15${DEBIAN_MIRROR}	http://ftp.jp.debian.org/debian/pool \
16${DEBIAN_MIRROR}	http://ftp.no.debian.org/debian/pool \
17${DEBIAN_MIRROR}	http://ftp.pl.debian.org/debian/pool \
18${DEBIAN_MIRROR}	http://ftp.ro.debian.org/debian/pool \
19${DEBIAN_MIRROR}	http://ftp.si.debian.org/debian/pool \
20${DEBIAN_MIRROR}	http://ftp.es.debian.org/debian/pool \
21${DEBIAN_MIRROR}	http://ftp.se.debian.org/debian/pool \
22${DEBIAN_MIRROR}	http://ftp.tr.debian.org/debian/pool \
23${GNU_MIRROR}	https://mirrors.kernel.org/gnu \
24${KERNELORG_MIRROR}	http://www.kernel.org/pub \
25${GNUPG_MIRROR}	ftp://ftp.gnupg.org/gcrypt \
26${GNUPG_MIRROR}	ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt \
27${GNUPG_MIRROR}	ftp://mirrors.dotsrc.org/gcrypt \
28ftp://dante.ctan.org/tex-archive ftp://ftp.fu-berlin.de/tex/CTAN \
29ftp://dante.ctan.org/tex-archive http://sunsite.sut.ac.jp/pub/archives/ctan/ \
30ftp://dante.ctan.org/tex-archive http://ctan.unsw.edu.au/ \
31ftp://ftp.gnutls.org/gcrypt/gnutls ${GNUPG_MIRROR}/gnutls \
32http://ftp.info-zip.org/pub/infozip/src/ ftp://sunsite.icm.edu.pl/pub/unix/archiving/info-zip/src/ \
33http://www.mirrorservice.org/sites/lsof.itap.purdue.edu/pub/tools/unix/lsof/ http://www.mirrorservice.org/sites/lsof.itap.purdue.edu/pub/tools/unix/lsof/OLD/ \
34${APACHE_MIRROR}  http://www.us.apache.org/dist \
35${APACHE_MIRROR}  http://archive.apache.org/dist \
36http://downloads.sourceforge.net/watchdog/ http://fossies.org/linux/misc/ \
37${SAVANNAH_GNU_MIRROR} http://download-mirror.savannah.gnu.org/releases \
38${SAVANNAH_NONGNU_MIRROR} http://download-mirror.savannah.nongnu.org/releases \
39ftp://sourceware.org/pub http://mirrors.kernel.org/sourceware \
40ftp://sourceware.org/pub http://gd.tuwien.ac.at/gnu/sourceware \
41ftp://sourceware.org/pub http://ftp.gwdg.de/pub/linux/sources.redhat.com/sourceware \
42cvs://.*/.*     http://downloads.yoctoproject.org/mirror/sources/ \
43svn://.*/.*     http://downloads.yoctoproject.org/mirror/sources/ \
44git://.*/.*     http://downloads.yoctoproject.org/mirror/sources/ \
45gitsm://.*/.*   http://downloads.yoctoproject.org/mirror/sources/ \
46hg://.*/.*      http://downloads.yoctoproject.org/mirror/sources/ \
47bzr://.*/.*     http://downloads.yoctoproject.org/mirror/sources/ \
48p4://.*/.*      http://downloads.yoctoproject.org/mirror/sources/ \
49osc://.*/.*     http://downloads.yoctoproject.org/mirror/sources/ \
50https?://.*/.*  http://downloads.yoctoproject.org/mirror/sources/ \
51ftp://.*/.*     http://downloads.yoctoproject.org/mirror/sources/ \
52npm://.*/?.*    http://downloads.yoctoproject.org/mirror/sources/ \
53cvs://.*/.*     http://sources.openembedded.org/ \
54svn://.*/.*     http://sources.openembedded.org/ \
55git://.*/.*     http://sources.openembedded.org/ \
56gitsm://.*/.*   http://sources.openembedded.org/ \
57hg://.*/.*      http://sources.openembedded.org/ \
58bzr://.*/.*     http://sources.openembedded.org/ \
59p4://.*/.*      http://sources.openembedded.org/ \
60osc://.*/.*     http://sources.openembedded.org/ \
61https?://.*/.*  http://sources.openembedded.org/ \
62ftp://.*/.*     http://sources.openembedded.org/ \
63npm://.*/?.*    http://sources.openembedded.org/ \
64${CPAN_MIRROR}  https://cpan.metacpan.org/ \
65https?://downloads.yoctoproject.org/releases/uninative/ https://mirrors.kernel.org/yocto/uninative/ \
66https?://downloads.yoctoproject.org/mirror/sources/ https://mirrors.kernel.org/yocto-sources/ \
67"
68
69# Use MIRRORS to provide git repo fallbacks using the https protocol, for cases
70# where git native protocol fetches may fail due to local firewall rules, etc.
71
72MIRRORS += "\
73git://salsa.debian.org/.*     git://salsa.debian.org/PATH;protocol=https \
74git://git.gnome.org/.*        git://gitlab.gnome.org/GNOME/PATH;protocol=https \
75git://.*/.*                   git://HOST/PATH;protocol=https \
76git://.*/.*                   git://HOST/git/PATH;protocol=https \
77"
78
79# Switch glibc and binutils recipes to use shallow clones as they're large and this
80# improves user experience whilst allowing the flexibility of git urls in the recipes
81BB_GIT_SHALLOW:pn-binutils = "1"
82BB_GIT_SHALLOW:pn-binutils-cross-${TARGET_ARCH} = "1"
83BB_GIT_SHALLOW:pn-binutils-cross-canadian-${TRANSLATED_TARGET_ARCH} = "1"
84BB_GIT_SHALLOW:pn-binutils-cross-testsuite = "1"
85BB_GIT_SHALLOW:pn-binutils-crosssdk-${SDK_SYS} = "1"
86BB_GIT_SHALLOW:pn-binutils-native = "1"
87BB_GIT_SHALLOW:pn-glibc = "1"
88PREMIRRORS += "git://sourceware.org/git/glibc.git https://downloads.yoctoproject.org/mirror/sources/ \
89              git://sourceware.org/git/binutils-gdb.git https://downloads.yoctoproject.org/mirror/sources/"
90