Openembedded Core Discussions
 help / color / mirror / Atom feed
* [OE-core][PATCH] default-distrovars.inc: Switch to the canonical website domain
@ 2025-08-28 10:43 Michael Halstead
  2025-08-28 11:19 ` Mathieu Dubois-Briand
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Halstead @ 2025-08-28 10:43 UTC (permalink / raw)
  To: openembedded-core; +Cc: richard.purdie, Michael Halstead

yoctoproject.org redirects to www.yoctoproject.org. Switching to the
true domain we avoid an unnessary redirect and avoid certifcate errors
on a default Debian 11 installation.

Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
---
 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 9ea3b5414c..bbd936efa6 100644
--- a/meta/conf/distro/include/default-distrovars.inc
+++ b/meta/conf/distro/include/default-distrovars.inc
@@ -63,4 +63,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;branch=master
-CONNECTIVITY_CHECK_URIS ?= "https://yoctoproject.org/connectivity.html"
+CONNECTIVITY_CHECK_URIS ?= "https://www.yoctoproject.org/connectivity.html"
-- 
2.51.0



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

end of thread, other threads:[~2025-08-28 12:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-28 10:43 [OE-core][PATCH] default-distrovars.inc: Switch to the canonical website domain Michael Halstead
2025-08-28 11:19 ` Mathieu Dubois-Briand
2025-08-28 11:21   ` Yoann Congal
2025-08-28 12:19     ` Michael Halstead

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox