[oe-commits] [openembedded-core] 04/68: bitbake.conf: Point KERNELORG_MIRROR to cdn.kernel.org

git at git.openembedded.org git at git.openembedded.org
Thu Feb 23 20:50:35 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 4f09ec0e7b51cc599d6a46d41f77d6fb07a6d445
Author: Dominic Sacré <dominic.sacre at gmx.de>
AuthorDate: Thu Feb 16 10:06:24 2017 +0100

    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)
    
    Signed-off-by: Dominic Sacré <dominic.sacre at gmx.de>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/bitbake.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index e421650..16235a4 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -584,7 +584,7 @@ GNOME_MIRROR = "http://ftp.gnome.org/pub/GNOME/sources"
 GNU_MIRROR = "http://ftp.gnu.org/gnu"
 GNUPG_MIRROR = "https://www.gnupg.org/ftp/gcrypt"
 GPE_MIRROR = "http://gpe.linuxtogo.org/download/source"
-KERNELORG_MIRROR = "http://kernel.org/pub"
+KERNELORG_MIRROR = "http://cdn.kernel.org/pub"
 SOURCEFORGE_MIRROR = "http://downloads.sourceforge.net"
 XLIBS_MIRROR = "http://xlibs.freedesktop.org/release"
 XORG_MIRROR = "http://xorg.freedesktop.org/releases"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list