* [PATCH] default-distrovars: set CONNECTIVITY_CHECK_URIS
@ 2019-02-14 15:05 Ross Burton
0 siblings, 0 replies; only message in thread
From: Ross Burton @ 2019-02-14 15:05 UTC (permalink / raw)
To: openembedded-core
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 <ross.burton@intel.com>
---
meta/conf/distro/include/default-distrovars.inc | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc
index f5ec6cef91e..76edff64800 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/"
--
2.11.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-02-14 15:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-14 15:05 [PATCH] default-distrovars: set CONNECTIVITY_CHECK_URIS Ross Burton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox