summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-02 17:37:30 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-02 17:41:39 +0100
commit029a74407836390acc29201309130e3860caf072 (patch)
tree7c883b73062963e1de71872425c5b079ffd58ff4 /meta-yocto
parent70677171133f6698641d2dbb683ec469225ba570 (diff)
downloadpoky-029a74407836390acc29201309130e3860caf072.tar.gz
poky.conf: Remove git proxy configuration check url
The git proxy check seems to be hurting the user experience more than its helping it so lets remove it andonly check http/https. Most builds should be able to work from the http:// urls from the mirrors. This also brings some parity to the situation as svn:// were not being checked. [YOCTO #3119] (From meta-yocto rev: 68feb0b752907899a15773fea30345472f785488) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto')
-rw-r--r--meta-yocto/conf/distro/poky.conf8
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
index 8489e56d8a..d7a519b476 100644
--- a/meta-yocto/conf/distro/poky.conf
+++ b/meta-yocto/conf/distro/poky.conf
@@ -62,9 +62,11 @@ https://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n"
62# The CONNECTIVITY_CHECK_URI's are used to test whether we can succesfully 62# The CONNECTIVITY_CHECK_URI's are used to test whether we can succesfully
63# fetch from the network (and warn you if not). To disable the test set 63# fetch from the network (and warn you if not). To disable the test set
64# the variable to be empty. 64# the variable to be empty.
65CONNECTIVITY_CHECK_URIS ?= "git://git.yoctoproject.org/yocto-firewall-test;protocol=git;rev=HEAD \ 65# Git example url: git://git.yoctoproject.org/yocto-firewall-test;protocol=git;rev=HEAD
66 https://eula-downloads.yoctoproject.org/index.php \ 66
67 http://bugzilla.yoctoproject.org/report.cgi" 67CONNECTIVITY_CHECK_URIS ?= " \
68 https://eula-downloads.yoctoproject.org/index.php \
69 http://bugzilla.yoctoproject.org/report.cgi"
68 70
69SANITY_TESTED_DISTROS ?= " \ 71SANITY_TESTED_DISTROS ?= " \
70 Yocto (Built by Poky 7.0) 1.2 \n \ 72 Yocto (Built by Poky 7.0) 1.2 \n \