bitbake.conf: fix kernel.org mirror
authorGrazvydas Ignotas <notasas@gmail.com>
Sat, 15 Aug 2015 14:03:28 +0000 (17:03 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Sat, 15 Aug 2015 14:03:28 +0000 (17:03 +0300)
conf/bitbake.conf

index 3003222..2294a4e 100644 (file)
@@ -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"