All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Set default CONNECTIVITY_CHECK_URIS to https://www.yoctoproject.org/
@ 2020-02-20 15:03 Nataliya Korovkina
  2020-02-20 15:27 ` Richard Purdie
  0 siblings, 1 reply; 6+ messages in thread
From: Nataliya Korovkina @ 2020-02-20 15:03 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Nataliya Korovkina <malus.brandywine@gmail.com>
---
 meta/conf/distro/include/default-distrovars.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc
index 433d4b6651..6c9155b2ae 100644
--- a/meta/conf/distro/include/default-distrovars.inc
+++ b/meta/conf/distro/include/default-distrovars.inc
@@ -48,4 +48,4 @@ KERNEL_IMAGETYPES ??= "${KERNEL_IMAGETYPE}"
 # 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/"
+CONNECTIVITY_CHECK_URIS ?= "https://www.yoctoproject.org/"
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-02-20 19:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-20 15:03 [PATCH] Set default CONNECTIVITY_CHECK_URIS to https://www.yoctoproject.org/ Nataliya Korovkina
2020-02-20 15:27 ` Richard Purdie
2020-02-20 16:30   ` Nataliya Korovkina
2020-02-20 16:36     ` Ross Burton
2020-02-20 16:52   ` Jean-Marie LEMETAYER
2020-02-20 19:29     ` Nataliya Korovkina

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.