summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorDominic Sacré <dominic.sacre@gmx.de>2017-02-16 10:06:24 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-02-23 12:49:48 -0800
commit4a87679857c493558adbbb9ce74c2382f401deba (patch)
tree300fb893ec350c191a3558d97fd20661fb42c8dd /meta/conf
parentcf0b92f8937436ced297f65a30daa911e5a1e333 (diff)
downloadpoky-4a87679857c493558adbbb9ce74c2382f401deba.tar.gz
bitbake.conf: Point KERNELORG_MIRROR to cdn.kernel.org
Use cdn.kernel.org to distribute the server load and improve download speeds. Leave www.kernel.org in MIRRORS as a fallback. See https://www.kernel.org/introducing-fastly-cdn.html (From OE-Core rev: 7c81b680a3cc4602c9c153398103d5477d7fd894) (From OE-Core rev: 4f09ec0e7b51cc599d6a46d41f77d6fb07a6d445) Signed-off-by: Dominic Sacré <dominic.sacre@gmx.de> Signed-off-by: Ross Burton <ross.burton@intel.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 e421650db8..16235a43d2 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -584,7 +584,7 @@ GNOME_MIRROR = "http://ftp.gnome.org/pub/GNOME/sources"
584GNU_MIRROR = "http://ftp.gnu.org/gnu" 584GNU_MIRROR = "http://ftp.gnu.org/gnu"
585GNUPG_MIRROR = "https://www.gnupg.org/ftp/gcrypt" 585GNUPG_MIRROR = "https://www.gnupg.org/ftp/gcrypt"
586GPE_MIRROR = "http://gpe.linuxtogo.org/download/source" 586GPE_MIRROR = "http://gpe.linuxtogo.org/download/source"
587KERNELORG_MIRROR = "http://kernel.org/pub" 587KERNELORG_MIRROR = "http://cdn.kernel.org/pub"
588SOURCEFORGE_MIRROR = "http://downloads.sourceforge.net" 588SOURCEFORGE_MIRROR = "http://downloads.sourceforge.net"
589XLIBS_MIRROR = "http://xlibs.freedesktop.org/release" 589XLIBS_MIRROR = "http://xlibs.freedesktop.org/release"
590XORG_MIRROR = "http://xorg.freedesktop.org/releases" 590XORG_MIRROR = "http://xorg.freedesktop.org/releases"