From: Grazvydas Ignotas Date: Sat, 15 Aug 2015 14:03:28 +0000 (+0300) Subject: bitbake.conf: fix kernel.org mirror X-Git-Tag: sz_173~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33184f0d55da2a424e0d222d0c8789b6039cf3ed;p=openembedded.git bitbake.conf: fix kernel.org mirror --- diff --git a/conf/bitbake.conf b/conf/bitbake.conf index 3003222a8d..2294a4e75b 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -554,7 +554,7 @@ GPE_SVN = "svn://projects.linuxtogo.org/svn/gpe/trunk/base;module=${PN}" GPEPHONE_MIRROR = "http://gpephone.linuxtogo.org/download/gpephone" GPEPHONE_SVN = "svn://projects.linuxtogo.org/svn/gpephone/trunk/source;module=${PN}" HANDHELDS_CVS = "cvs://anoncvs:anoncvs@anoncvs.handhelds.org/cvs" -KERNELORG_MIRROR = "http://kernel.org" +KERNELORG_MIRROR = "http://www.kernel.org/pub" SOURCEFORGE_MIRROR = "http://downloads.sourceforge.net" XLIBS_MIRROR = "http://xlibs.freedesktop.org/release" XORG_MIRROR = "http://xorg.freedesktop.org/releases"