diff options
| -rw-r--r-- | meta-yocto/conf/distro/poky.conf | 7 |
1 files changed, 6 insertions, 1 deletions
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 \ | |||
| 54 | http://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ | 54 | http://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ |
| 55 | https://.*/.* http://autobuilder.yoctoproject.org/sources/ \n" | 55 | https://.*/.* http://autobuilder.yoctoproject.org/sources/ \n" |
| 56 | 56 | ||
| 57 | 57 | # 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 | ||
| 59 | # the variable to be empty. | ||
| 60 | CONNECTIVITY_CHECK_URIS ?= "git://git.yoctoproject.org/yocto-firewall-test;protocol=git;rev=HEAD \ | ||
| 61 | https://eula-downloads.yoctoproject.org/index.php \ | ||
| 62 | http://bugzilla.yoctoproject.org/report.cgi" | ||
| 58 | 63 | ||
