diff options
| author | Khem Raj <raj.khem@gmail.com> | 2012-02-05 15:50:13 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-08 00:50:30 +0000 |
| commit | eb1be234fcd4d9025292804c80240925e1b03816 (patch) | |
| tree | 486e07bf674094543ac7469f062a29e493dc16dd | |
| parent | 0c1386ccad79f3fee36eddc5f7810b4c20b2382d (diff) | |
| download | poky-eb1be234fcd4d9025292804c80240925e1b03816.tar.gz | |
mirrors.bbclass: Add yp.org and oe.org to fallback mirrors
This should improve the fetching errors users see
when upstream src_uri is unavailable
(From OE-Core rev: ca8a3422eb96ea431c322532dfd1be9980d4d48c)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/classes/mirrors.bbclass | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/meta/classes/mirrors.bbclass b/meta/classes/mirrors.bbclass index 214608736b..c08a3d76cb 100644 --- a/meta/classes/mirrors.bbclass +++ b/meta/classes/mirrors.bbclass | |||
| @@ -52,5 +52,24 @@ ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ ftp://gd.tuwien.ac.at/utils/adm | |||
| 52 | ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ ftp://sunsite.ualberta.ca/pub/Mirror/lsof/ \n \ | 52 | ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ ftp://sunsite.ualberta.ca/pub/Mirror/lsof/ \n \ |
| 53 | ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ ftp://the.wiretapped.net/pub/security/host-security/lsof/ \n \ | 53 | ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ ftp://the.wiretapped.net/pub/security/host-security/lsof/ \n \ |
| 54 | http://www.apache.org/dist http://archive.apache.org/dist \n \ | 54 | http://www.apache.org/dist http://archive.apache.org/dist \n \ |
| 55 | cvs://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ | ||
| 56 | svn://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ | ||
| 57 | git://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ | ||
| 58 | hg://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ | ||
| 59 | bzr://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ | ||
| 60 | svk://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ | ||
| 61 | p4://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ | ||
| 62 | osc://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ | ||
| 63 | https?$://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ | ||
| 64 | ftp://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ | ||
| 65 | cvs://.*/.* http://sources.openembedded.org/ \n \ | ||
| 66 | svn://.*/.* http://sources.openembedded.org/ \n \ | ||
| 67 | git://.*/.* http://sources.openembedded.org/ \n \ | ||
| 68 | hg://.*/.* http://sources.openembedded.org/ \n \ | ||
| 69 | bzr://.*/.* http://sources.openembedded.org/ \n \ | ||
| 70 | svk://.*/.* http://sources.openembedded.org/ \n \ | ||
| 71 | p4://.*/.* http://sources.openembedded.org/ \n \ | ||
| 72 | osc://.*/.* http://sources.openembedded.org/ \n \ | ||
| 73 | https?$://.*/.* http://sources.openembedded.org/ \n \ | ||
| 74 | ftp://.*/.* http://sources.openembedded.org/ \n \ | ||
| 55 | " | 75 | " |
| 56 | |||
