summaryrefslogtreecommitdiffstats
path: root/meta/classes/mirrors.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-08-10 14:35:29 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-08-12 15:27:17 +0100
commitfd1517e2b51a170f2427122c6b95396db251d827 (patch)
treedabfe3e631339c2fc99a9ee7febb0f9c128e325e /meta/classes/mirrors.bbclass
parent10317912ee319ccf7f83605d438b5cbf9663f296 (diff)
downloadpoky-fd1517e2b51a170f2427122c6b95396db251d827.tar.gz
classes: Update classes to match new bitbake class scope functionality
Move classes to classes-global or classes-recipe as appropriate to take advantage of new bitbake functionality to check class scope/usage. (From OE-Core rev: f5c128008365e141082c129417eb72d2751e8045) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/mirrors.bbclass')
-rw-r--r--meta/classes/mirrors.bbclass95
1 files changed, 0 insertions, 95 deletions
diff --git a/meta/classes/mirrors.bbclass b/meta/classes/mirrors.bbclass
deleted file mode 100644
index 9643b31a23..0000000000
--- a/meta/classes/mirrors.bbclass
+++ /dev/null
@@ -1,95 +0,0 @@
1#
2# Copyright OpenEmbedded Contributors
3#
4# SPDX-License-Identifier: MIT
5#
6
7MIRRORS += "\
8${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian/20180310T215105Z/pool \
9${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian-archive/20120328T092752Z/debian/pool \
10${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian-archive/20110127T084257Z/debian/pool \
11${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian-archive/20090802T004153Z/debian/pool \
12${DEBIAN_MIRROR} http://ftp.de.debian.org/debian/pool \
13${DEBIAN_MIRROR} http://ftp.au.debian.org/debian/pool \
14${DEBIAN_MIRROR} http://ftp.cl.debian.org/debian/pool \
15${DEBIAN_MIRROR} http://ftp.hr.debian.org/debian/pool \
16${DEBIAN_MIRROR} http://ftp.fi.debian.org/debian/pool \
17${DEBIAN_MIRROR} http://ftp.hk.debian.org/debian/pool \
18${DEBIAN_MIRROR} http://ftp.hu.debian.org/debian/pool \
19${DEBIAN_MIRROR} http://ftp.ie.debian.org/debian/pool \
20${DEBIAN_MIRROR} http://ftp.it.debian.org/debian/pool \
21${DEBIAN_MIRROR} http://ftp.jp.debian.org/debian/pool \
22${DEBIAN_MIRROR} http://ftp.no.debian.org/debian/pool \
23${DEBIAN_MIRROR} http://ftp.pl.debian.org/debian/pool \
24${DEBIAN_MIRROR} http://ftp.ro.debian.org/debian/pool \
25${DEBIAN_MIRROR} http://ftp.si.debian.org/debian/pool \
26${DEBIAN_MIRROR} http://ftp.es.debian.org/debian/pool \
27${DEBIAN_MIRROR} http://ftp.se.debian.org/debian/pool \
28${DEBIAN_MIRROR} http://ftp.tr.debian.org/debian/pool \
29${GNU_MIRROR} https://mirrors.kernel.org/gnu \
30${KERNELORG_MIRROR} http://www.kernel.org/pub \
31${GNUPG_MIRROR} ftp://ftp.gnupg.org/gcrypt \
32${GNUPG_MIRROR} ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt \
33${GNUPG_MIRROR} ftp://mirrors.dotsrc.org/gcrypt \
34ftp://dante.ctan.org/tex-archive ftp://ftp.fu-berlin.de/tex/CTAN \
35ftp://dante.ctan.org/tex-archive http://sunsite.sut.ac.jp/pub/archives/ctan/ \
36ftp://dante.ctan.org/tex-archive http://ctan.unsw.edu.au/ \
37ftp://ftp.gnutls.org/gcrypt/gnutls ${GNUPG_MIRROR}/gnutls \
38http://ftp.info-zip.org/pub/infozip/src/ ftp://sunsite.icm.edu.pl/pub/unix/archiving/info-zip/src/ \
39http://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/ \
40${APACHE_MIRROR} http://www.us.apache.org/dist \
41${APACHE_MIRROR} http://archive.apache.org/dist \
42http://downloads.sourceforge.net/watchdog/ http://fossies.org/linux/misc/ \
43${SAVANNAH_GNU_MIRROR} http://download-mirror.savannah.gnu.org/releases \
44${SAVANNAH_NONGNU_MIRROR} http://download-mirror.savannah.nongnu.org/releases \
45ftp://sourceware.org/pub http://mirrors.kernel.org/sourceware \
46ftp://sourceware.org/pub http://gd.tuwien.ac.at/gnu/sourceware \
47ftp://sourceware.org/pub http://ftp.gwdg.de/pub/linux/sources.redhat.com/sourceware \
48cvs://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \
49svn://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \
50git://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \
51gitsm://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \
52hg://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \
53bzr://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \
54p4://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \
55osc://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \
56https?://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \
57ftp://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \
58npm://.*/?.* http://downloads.yoctoproject.org/mirror/sources/ \
59cvs://.*/.* http://sources.openembedded.org/ \
60svn://.*/.* http://sources.openembedded.org/ \
61git://.*/.* http://sources.openembedded.org/ \
62gitsm://.*/.* http://sources.openembedded.org/ \
63hg://.*/.* http://sources.openembedded.org/ \
64bzr://.*/.* http://sources.openembedded.org/ \
65p4://.*/.* http://sources.openembedded.org/ \
66osc://.*/.* http://sources.openembedded.org/ \
67https?://.*/.* http://sources.openembedded.org/ \
68ftp://.*/.* http://sources.openembedded.org/ \
69npm://.*/?.* http://sources.openembedded.org/ \
70${CPAN_MIRROR} http://cpan.metacpan.org/ \
71${CPAN_MIRROR} http://search.cpan.org/CPAN/ \
72https?://downloads.yoctoproject.org/releases/uninative/ https://mirrors.kernel.org/yocto/uninative/ \
73https?://downloads.yoctoproject.org/mirror/sources/ https://mirrors.kernel.org/yocto-sources/ \
74"
75
76# Use MIRRORS to provide git repo fallbacks using the https protocol, for cases
77# where git native protocol fetches may fail due to local firewall rules, etc.
78
79MIRRORS += "\
80git://salsa.debian.org/.* git://salsa.debian.org/PATH;protocol=https \
81git://git.gnome.org/.* git://gitlab.gnome.org/GNOME/PATH;protocol=https \
82git://.*/.* git://HOST/PATH;protocol=https \
83git://.*/.* git://HOST/git/PATH;protocol=https \
84"
85
86# Switch glibc and binutils recipes to use shallow clones as they're large and this
87# improves user experience whilst allowing the flexibility of git urls in the recipes
88BB_GIT_SHALLOW:pn-binutils = "1"
89BB_GIT_SHALLOW:pn-binutils-cross-${TARGET_ARCH} = "1"
90BB_GIT_SHALLOW:pn-binutils-cross-canadian-${TRANSLATED_TARGET_ARCH} = "1"
91BB_GIT_SHALLOW:pn-binutils-cross-testsuite = "1"
92BB_GIT_SHALLOW:pn-binutils-crosssdk-${SDK_SYS} = "1"
93BB_GIT_SHALLOW:pn-glibc = "1"
94PREMIRRORS += "git://sourceware.org/git/glibc.git https://downloads.yoctoproject.org/mirror/sources/ \
95 git://sourceware.org/git/binutils-gdb.git https://downloads.yoctoproject.org/mirror/sources/"