summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/mirrors.bbclass34
-rw-r--r--meta/conf/bitbake.conf4
2 files changed, 19 insertions, 19 deletions
diff --git a/meta/classes/mirrors.bbclass b/meta/classes/mirrors.bbclass
index 1174ef6823..9c83463b63 100644
--- a/meta/classes/mirrors.bbclass
+++ b/meta/classes/mirrors.bbclass
@@ -2,23 +2,23 @@ MIRRORS += "\
2${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian-archive/20120328T092752Z/debian/pool \n \ 2${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian-archive/20120328T092752Z/debian/pool \n \
3${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian-archive/20110127T084257Z/debian/pool \n \ 3${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian-archive/20110127T084257Z/debian/pool \n \
4${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian-archive/20090802T004153Z/debian/pool \n \ 4${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian-archive/20090802T004153Z/debian/pool \n \
5${DEBIAN_MIRROR} ftp://ftp.de.debian.org/debian/pool \n \ 5${DEBIAN_MIRROR} http://ftp.de.debian.org/debian/pool \n \
6${DEBIAN_MIRROR} ftp://ftp.au.debian.org/debian/pool \n \ 6${DEBIAN_MIRROR} http://ftp.au.debian.org/debian/pool \n \
7${DEBIAN_MIRROR} ftp://ftp.cl.debian.org/debian/pool \n \ 7${DEBIAN_MIRROR} http://ftp.cl.debian.org/debian/pool \n \
8${DEBIAN_MIRROR} ftp://ftp.hr.debian.org/debian/pool \n \ 8${DEBIAN_MIRROR} http://ftp.hr.debian.org/debian/pool \n \
9${DEBIAN_MIRROR} ftp://ftp.fi.debian.org/debian/pool \n \ 9${DEBIAN_MIRROR} http://ftp.fi.debian.org/debian/pool \n \
10${DEBIAN_MIRROR} ftp://ftp.hk.debian.org/debian/pool \n \ 10${DEBIAN_MIRROR} http://ftp.hk.debian.org/debian/pool \n \
11${DEBIAN_MIRROR} ftp://ftp.hu.debian.org/debian/pool \n \ 11${DEBIAN_MIRROR} http://ftp.hu.debian.org/debian/pool \n \
12${DEBIAN_MIRROR} ftp://ftp.ie.debian.org/debian/pool \n \ 12${DEBIAN_MIRROR} http://ftp.ie.debian.org/debian/pool \n \
13${DEBIAN_MIRROR} ftp://ftp.it.debian.org/debian/pool \n \ 13${DEBIAN_MIRROR} http://ftp.it.debian.org/debian/pool \n \
14${DEBIAN_MIRROR} ftp://ftp.jp.debian.org/debian/pool \n \ 14${DEBIAN_MIRROR} http://ftp.jp.debian.org/debian/pool \n \
15${DEBIAN_MIRROR} ftp://ftp.no.debian.org/debian/pool \n \ 15${DEBIAN_MIRROR} http://ftp.no.debian.org/debian/pool \n \
16${DEBIAN_MIRROR} ftp://ftp.pl.debian.org/debian/pool \n \ 16${DEBIAN_MIRROR} http://ftp.pl.debian.org/debian/pool \n \
17${DEBIAN_MIRROR} ftp://ftp.ro.debian.org/debian/pool \n \ 17${DEBIAN_MIRROR} http://ftp.ro.debian.org/debian/pool \n \
18${DEBIAN_MIRROR} ftp://ftp.si.debian.org/debian/pool \n \ 18${DEBIAN_MIRROR} http://ftp.si.debian.org/debian/pool \n \
19${DEBIAN_MIRROR} ftp://ftp.es.debian.org/debian/pool \n \ 19${DEBIAN_MIRROR} http://ftp.es.debian.org/debian/pool \n \
20${DEBIAN_MIRROR} ftp://ftp.se.debian.org/debian/pool \n \ 20${DEBIAN_MIRROR} http://ftp.se.debian.org/debian/pool \n \
21${DEBIAN_MIRROR} ftp://ftp.tr.debian.org/debian/pool \n \ 21${DEBIAN_MIRROR} http://ftp.tr.debian.org/debian/pool \n \
22${GNU_MIRROR} ftp://mirrors.kernel.org/gnu \n \ 22${GNU_MIRROR} ftp://mirrors.kernel.org/gnu \n \
23${KERNELORG_MIRROR} http://www.kernel.org/pub \n \ 23${KERNELORG_MIRROR} http://www.kernel.org/pub \n \
24${GNUPG_MIRROR} ftp://ftp.gnupg.org/gcrypt \n \ 24${GNUPG_MIRROR} ftp://ftp.gnupg.org/gcrypt \n \
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 2dd2bb1640..8e4f4bbb56 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -601,7 +601,7 @@ BBLAYERS_FETCH_DIR ??= "${COREBASE}"
601################################################################## 601##################################################################
602 602
603APACHE_MIRROR = "http://archive.apache.org/dist" 603APACHE_MIRROR = "http://archive.apache.org/dist"
604DEBIAN_MIRROR = "ftp://ftp.debian.org/debian/pool" 604DEBIAN_MIRROR = "http://ftp.debian.org/debian/pool"
605GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles" 605GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles"
606GNOME_GIT = "git://git.gnome.org" 606GNOME_GIT = "git://git.gnome.org"
607GNOME_MIRROR = "http://ftp.gnome.org/pub/GNOME/sources" 607GNOME_MIRROR = "http://ftp.gnome.org/pub/GNOME/sources"
@@ -635,7 +635,7 @@ SRC_URI[vardepsexclude] += "\
635" 635"
636 636
637# You can use the mirror of your country to get faster downloads by putting 637# You can use the mirror of your country to get faster downloads by putting
638# export DEBIAN_MIRROR = "ftp://ftp.de.debian.org/debian/pool" 638# export DEBIAN_MIRROR = "http://ftp.de.debian.org/debian/pool"
639# into your local.conf 639# into your local.conf
640 640
641FETCHCMD_svn = "/usr/bin/env svn --non-interactive --trust-server-cert" 641FETCHCMD_svn = "/usr/bin/env svn --non-interactive --trust-server-cert"