summaryrefslogtreecommitdiff
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-03-22 11:54:38 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-23 12:27:00 +0000
commit67a0c8f48b5ef2ae5fc712c9204e4e99818c8134 (patch)
tree7d25040fceca56f6ea1ee4875decc5a5ccb20ecd /meta/conf/bitbake.conf
parenta0eeed089a5c185ef721b11828d4a27f0c03791c (diff)
downloadopenembedded-core-67a0c8f48b5ef2ae5fc712c9204e4e99818c8134.tar.gz
openembedded-core-67a0c8f48b5ef2ae5fc712c9204e4e99818c8134.tar.bz2
openembedded-core-67a0c8f48b5ef2ae5fc712c9204e4e99818c8134.tar.xz
openembedded-core-67a0c8f48b5ef2ae5fc712c9204e4e99818c8134.zip
Various: Update KERNELORG_MIRROR for consistency
In mirrors.bbclass we point into /pub but we don't in bitbake.conf. All uses of KERNELORG_MIRROR look into /pub anyhow, so lets make use of that. Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'meta/conf/bitbake.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 d5f1fc517..74f3ccb81 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -540,7 +540,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://kernel.org/pub"
SOURCEFORGE_MIRROR = "http://downloads.sourceforge.net"
XLIBS_MIRROR = "http://xlibs.freedesktop.org/release"
XORG_MIRROR = "http://xorg.freedesktop.org/releases"