From ee65834b0155b53c597a1bb4425faac81c40b6e0 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 14 Feb 2019 15:04:48 +0000 Subject: poky.conf: remove CONNECTIVITY_CHECK_URIS This is now in default-distrovars, so remove it from poky.conf. (From meta-yocto rev: 4da8ef338252667696b82141ae67d0b426255fbe) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta-poky/conf/distro/poky.conf | 6 ------ 1 file changed, 6 deletions(-) (limited to 'meta-poky') diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf index 971af884b1..adb2af9c9d 100644 --- a/meta-poky/conf/distro/poky.conf +++ b/meta-poky/conf/distro/poky.conf @@ -49,12 +49,6 @@ osc://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ p4://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ svn://.*/.* http://downloads.yoctoproject.org/mirror/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. -# Git example url: git://git.yoctoproject.org/yocto-firewall-test;protocol=git;rev=master -CONNECTIVITY_CHECK_URIS ?= "https://www.example.com/" - SANITY_TESTED_DISTROS ?= " \ poky-2.5 \n \ poky-2.6 \n \ -- cgit v1.2.3-54-g00ecf