From 1cd9e258a4a7db98e6cb79ab13450cbb1eb94ba7 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 14 Feb 2019 15:05:26 +0000 Subject: default-distrovars: set CONNECTIVITY_CHECK_URIS Connectivity checking is useful, so set a default value of https://example.com/. This checks both that we have connectivity and HTTPS makes it through any proxies. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/conf/distro/include/default-distrovars.inc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'meta/conf') diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc index f5ec6cef91..76edff6480 100644 --- a/meta/conf/distro/include/default-distrovars.inc +++ b/meta/conf/distro/include/default-distrovars.inc @@ -52,3 +52,9 @@ ARCH_DEFAULT_KERNELIMAGETYPE_x86 = "bzImage" ARCH_DEFAULT_KERNELIMAGETYPE_x86-64 = "bzImage" KERNEL_IMAGETYPE ??= "${ARCH_DEFAULT_KERNELIMAGETYPE}" KERNEL_IMAGETYPES ??= "${KERNEL_IMAGETYPE}" + +# The CONNECTIVITY_CHECK_URIS 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/" -- cgit 1.2.3-korg