mirrors.bbclass 5.4 KB

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