diff options
author | Ross Burton <ross.burton@intel.com> | 2019-02-14 14:57:13 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-25 16:35:33 +0000 |
commit | 33012067db6960619a0ea752a5d54b04927152ee (patch) | |
tree | ac3fa346ee6322d55efcd5a5b2184f2fa240f19e /meta-poky/conf/distro | |
parent | 980e43310bc301c4fd96c73bd6a4bb3bdd629139 (diff) | |
download | poky-33012067db6960619a0ea752a5d54b04927152ee.tar.gz |
poky.conf: remove redundant MIRRORS
mirrors.bbclass already adds downloads.yoctoproject.org/mirror/sources for FTP
and HTTP to ${MIRRORS} so there's no need to do it again.
(From meta-yocto rev: 67b79df4fbffcf677f8d127c00672f0d7c6c434b)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky/conf/distro')
-rw-r--r-- | meta-poky/conf/distro/poky.conf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf index 1eb4910a18..971af884b1 100644 --- a/meta-poky/conf/distro/poky.conf +++ b/meta-poky/conf/distro/poky.conf | |||
@@ -49,11 +49,6 @@ osc://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ | |||
49 | p4://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ | 49 | p4://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ |
50 | svn://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n" | 50 | svn://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n" |
51 | 51 | ||
52 | MIRRORS =+ "\ | ||
53 | ftp://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ | ||
54 | http://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ | ||
55 | https://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n" | ||
56 | |||
57 | # The CONNECTIVITY_CHECK_URI's are used to test whether we can succesfully | 52 | # The CONNECTIVITY_CHECK_URI's are used to test whether we can succesfully |
58 | # fetch from the network (and warn you if not). To disable the test set | 53 | # fetch from the network (and warn you if not). To disable the test set |
59 | # the variable to be empty. | 54 | # the variable to be empty. |