summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-02-27 16:26:38 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-03-06 11:16:46 +0000
commita50f4c32394ee83c1a0accf359952ca813e773f8 (patch)
tree45d3c5b00e0267a795f05d82cffd80aecdfa5549 /meta/conf
parentd1eaffbd6bde845c3fcd81660b694e1ea1f46ab2 (diff)
downloadpoky-a50f4c32394ee83c1a0accf359952ca813e773f8.tar.gz
mirrors: rationalise Debian mirrors
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. (From OE-Core rev: 3d95d45836accd29916dd8cb9bfe624d63d6c202) 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>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/bitbake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 823d5ac268..501808204e 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -699,7 +699,7 @@ BBLAYERS_FETCH_DIR ??= "${COREBASE}"
699 699
700APACHE_MIRROR = "https://archive.apache.org/dist" 700APACHE_MIRROR = "https://archive.apache.org/dist"
701CPAN_MIRROR = "https://search.cpan.org/CPAN" 701CPAN_MIRROR = "https://search.cpan.org/CPAN"
702DEBIAN_MIRROR = "http://ftp.debian.org/debian/pool" 702DEBIAN_MIRROR = "http://deb.debian.org/debian/pool"
703GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles" 703GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles"
704GNOME_GIT = "git://gitlab.gnome.org/GNOME" 704GNOME_GIT = "git://gitlab.gnome.org/GNOME"
705GNOME_MIRROR = "https://download.gnome.org/sources/" 705GNOME_MIRROR = "https://download.gnome.org/sources/"