diff options
| author | Ross Burton <ross.burton@arm.com> | 2025-02-27 16:26:38 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-06 11:16:46 +0000 |
| commit | a50f4c32394ee83c1a0accf359952ca813e773f8 (patch) | |
| tree | 45d3c5b00e0267a795f05d82cffd80aecdfa5549 /meta/conf | |
| parent | d1eaffbd6bde845c3fcd81660b694e1ea1f46ab2 (diff) | |
| download | poky-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.conf | 2 |
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 | ||
| 700 | APACHE_MIRROR = "https://archive.apache.org/dist" | 700 | APACHE_MIRROR = "https://archive.apache.org/dist" |
| 701 | CPAN_MIRROR = "https://search.cpan.org/CPAN" | 701 | CPAN_MIRROR = "https://search.cpan.org/CPAN" |
| 702 | DEBIAN_MIRROR = "http://ftp.debian.org/debian/pool" | 702 | DEBIAN_MIRROR = "http://deb.debian.org/debian/pool" |
| 703 | GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles" | 703 | GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles" |
| 704 | GNOME_GIT = "git://gitlab.gnome.org/GNOME" | 704 | GNOME_GIT = "git://gitlab.gnome.org/GNOME" |
| 705 | GNOME_MIRROR = "https://download.gnome.org/sources/" | 705 | GNOME_MIRROR = "https://download.gnome.org/sources/" |
