From 33184f0d55da2a424e0d222d0c8789b6039cf3ed Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Sat, 15 Aug 2015 17:03:28 +0300 Subject: [PATCH] bitbake.conf: fix kernel.org mirror --- conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5