From 705ec50edda7f7fb8c132238fe3f1477384a470e Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Thu, 25 Aug 2011 10:15:55 -0700 Subject: poky.conf: perform network sanity check by default for poky distros Add CONNECTIVITY_CHECK_URIS to run the network connectivity sanity test for http, https and git sources. The variable is soft-assigned so that it's easily overrideable. Signed-off-by: Joshua Lock Signed-off-by: Richard Purdie --- meta-yocto/conf/distro/poky.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'meta-yocto') diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf index c5fc3b92d3..46b22f4631 100644 --- a/meta-yocto/conf/distro/poky.conf +++ b/meta-yocto/conf/distro/poky.conf @@ -54,5 +54,10 @@ ftp://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ http://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ https://.*/.* http://autobuilder.yoctoproject.org/sources/ \n" - +# The CONNECTIVITY_CHECK_URI's are used to test whether we can succesfully +# fetch from the network (and warn you if not). To disable the test set +# the variable to be empty. +CONNECTIVITY_CHECK_URIS ?= "git://git.yoctoproject.org/yocto-firewall-test;protocol=git;rev=HEAD \ + https://eula-downloads.yoctoproject.org/index.php \ + http://bugzilla.yoctoproject.org/report.cgi" -- cgit v1.2.3-54-g00ecf