summaryrefslogtreecommitdiffstats
path: root/meta-poky
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-02-14 14:57:13 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-02-25 16:35:33 +0000
commit33012067db6960619a0ea752a5d54b04927152ee (patch)
treeac3fa346ee6322d55efcd5a5b2184f2fa240f19e /meta-poky
parent980e43310bc301c4fd96c73bd6a4bb3bdd629139 (diff)
downloadpoky-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')
-rw-r--r--meta-poky/conf/distro/poky.conf5
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 \
49p4://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ 49p4://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
50svn://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n" 50svn://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n"
51 51
52MIRRORS =+ "\
53ftp://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
54http://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
55https://.*/.* 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.