summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-05-27 19:07:58 +0200
committerSteve Sakoman <steve@sakoman.com>2025-10-14 07:20:36 -0700
commiteca1e133850f08063eef0e1cf0bfb55cbabaf533 (patch)
tree657195004c02f69f8d2c0d502fb9523b51af2791
parente46adde7bba91fdda268dfad98148609bce368ea (diff)
downloadpoky-eca1e133850f08063eef0e1cf0bfb55cbabaf533.tar.gz
conf/bitbake.conf: use gnu mirror instead of main server
ftp.gnu.org is the main server of the GNU project, however download speed can vary greatly based on one's location. Using ftpmirror.gnu.org should redirect the request to the closest up-to-date mirror, which should result sometimes in significantly faster download speed, depending on one's location. This should also distribute the traffic more across the mirrors. This information was sourced from https://www.gnu.org/prep/ftp.html . (From OE-Core rev: 8418289277056d582d88916b524b920a2e005c75) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit d8c6f01d7467e018aa0ed27a87850d9e4434a47a) Signed-off-by: Steve Sakoman <steve@sakoman.com>
-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 290dfda6c8..01baccec41 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -690,7 +690,7 @@ DEBIAN_MIRROR = "http://ftp.debian.org/debian/pool"
690GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles" 690GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles"
691GNOME_GIT = "git://gitlab.gnome.org/GNOME" 691GNOME_GIT = "git://gitlab.gnome.org/GNOME"
692GNOME_MIRROR = "https://download.gnome.org/sources/" 692GNOME_MIRROR = "https://download.gnome.org/sources/"
693GNU_MIRROR = "https://ftp.gnu.org/gnu" 693GNU_MIRROR = "https://ftpmirror.gnu.org/gnu"
694GNUPG_MIRROR = "https://www.gnupg.org/ftp/gcrypt" 694GNUPG_MIRROR = "https://www.gnupg.org/ftp/gcrypt"
695GPE_MIRROR = "http://gpe.linuxtogo.org/download/source" 695GPE_MIRROR = "http://gpe.linuxtogo.org/download/source"
696KERNELORG_MIRROR = "https://cdn.kernel.org/pub" 696KERNELORG_MIRROR = "https://cdn.kernel.org/pub"