diff options
author | Ross Burton <ross@openedhand.com> | 2007-03-05 09:31:22 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-03-05 09:31:22 +0000 |
commit | 2434ebc0aa02348654d556d7de6e42c82dad9212 (patch) | |
tree | 95a42491cd02b00f978d828199f7d56ed7d608c9 /meta/conf/bitbake.conf | |
parent | 3ed120e971f5486765ddddf5b537eaf6053bd06b (diff) | |
download | openembedded-core-2434ebc0aa02348654d556d7de6e42c82dad9212.tar.gz openembedded-core-2434ebc0aa02348654d556d7de6e42c82dad9212.tar.bz2 openembedded-core-2434ebc0aa02348654d556d7de6e42c82dad9212.zip |
Add kernel.org mirror
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1324 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 9c4d30be25..20086180ac 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -345,6 +345,7 @@ E_URI = "http://enlightenment.freedesktop.org/files" FREEDESKTOP_CVS = "cvs://anoncvs:anoncvs@anoncvs.freedesktop.org/cvs" GENTOO_MIRROR = "http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles" APACHE_MIRROR = "http://www.apache.org/dist" +KERNELORG_MIRROR = "http://kernel.org/" # You can use the mirror of your country to get faster downloads by putting # export DEBIAN_MIRROR = "ftp://ftp.de.debian.org/debian/pool" |