]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
mirrors: rationalise Debian mirrors
authorRoss Burton <ross.burton@arm.com>
Thu, 27 Feb 2025 16:26:38 +0000 (16:26 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Mar 2025 11:16:41 +0000 (11:16 +0000)
Change DEBIAN_MIRROR to point at the canonical server, deb.debian.org.

This is a CDN-backed server using network magic to load balance across
the planet so there's no need to set a slew of regional mirrors.

Also add a more recent snapshot.debian.org from the beginning of 2025.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-global/mirrors.bbclass
meta/conf/bitbake.conf

index d68d30b0f2ad1c1170d16463bada954cf7cac373..e31af488b954c5ef525762e4c1ed168129dbcdc2 100644 (file)
@@ -6,26 +6,10 @@
 
 MIRRORS += "\
 ${DEBIAN_MIRROR}       http://snapshot.debian.org/archive/debian/20180310T215105Z/pool \
+${DEBIAN_MIRROR}       http://snapshot.debian.org/archive/debian/20250101T023759Z/pool \
 ${DEBIAN_MIRROR}       http://snapshot.debian.org/archive/debian-archive/20120328T092752Z/debian/pool \
 ${DEBIAN_MIRROR}       http://snapshot.debian.org/archive/debian-archive/20110127T084257Z/debian/pool \
 ${DEBIAN_MIRROR}       http://snapshot.debian.org/archive/debian-archive/20090802T004153Z/debian/pool \
-${DEBIAN_MIRROR}       http://ftp.de.debian.org/debian/pool \
-${DEBIAN_MIRROR}       http://ftp.au.debian.org/debian/pool \
-${DEBIAN_MIRROR}       http://ftp.cl.debian.org/debian/pool \
-${DEBIAN_MIRROR}       http://ftp.hr.debian.org/debian/pool \
-${DEBIAN_MIRROR}       http://ftp.fi.debian.org/debian/pool \
-${DEBIAN_MIRROR}       http://ftp.hk.debian.org/debian/pool \
-${DEBIAN_MIRROR}       http://ftp.hu.debian.org/debian/pool \
-${DEBIAN_MIRROR}       http://ftp.ie.debian.org/debian/pool \
-${DEBIAN_MIRROR}       http://ftp.it.debian.org/debian/pool \
-${DEBIAN_MIRROR}       http://ftp.jp.debian.org/debian/pool \
-${DEBIAN_MIRROR}       http://ftp.no.debian.org/debian/pool \
-${DEBIAN_MIRROR}       http://ftp.pl.debian.org/debian/pool \
-${DEBIAN_MIRROR}       http://ftp.ro.debian.org/debian/pool \
-${DEBIAN_MIRROR}       http://ftp.si.debian.org/debian/pool \
-${DEBIAN_MIRROR}       http://ftp.es.debian.org/debian/pool \
-${DEBIAN_MIRROR}       http://ftp.se.debian.org/debian/pool \
-${DEBIAN_MIRROR}       http://ftp.tr.debian.org/debian/pool \
 ${GNU_MIRROR}  https://mirrors.kernel.org/gnu \
 ${KERNELORG_MIRROR}    http://www.kernel.org/pub \
 ${GNUPG_MIRROR}        ftp://ftp.gnupg.org/gcrypt \
index 823d5ac26825641e0c708ea0d8d93415391f4787..501808204e584d1a53dbf07551fd65f995e72ecc 100644 (file)
@@ -699,7 +699,7 @@ BBLAYERS_FETCH_DIR ??= "${COREBASE}"
 
 APACHE_MIRROR = "https://archive.apache.org/dist"
 CPAN_MIRROR = "https://search.cpan.org/CPAN"
-DEBIAN_MIRROR = "http://ftp.debian.org/debian/pool"
+DEBIAN_MIRROR = "http://deb.debian.org/debian/pool"
 GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles"
 GNOME_GIT = "git://gitlab.gnome.org/GNOME"
 GNOME_MIRROR = "https://download.gnome.org/sources/"