summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
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 \