Openembedded Core Discussions
 help / color / mirror / Atom feed
* [OE-core][PATCH] mirrors: switch Yocto Project mirrors to HTTPS
@ 2026-04-27 10:30 Viswanath Kraleti
  2026-04-27 11:40 ` Antonin Godard
  2026-04-28 11:36 ` Richard Purdie
  0 siblings, 2 replies; 9+ messages in thread
From: Viswanath Kraleti @ 2026-04-27 10:30 UTC (permalink / raw)
  To: openembedded-core; +Cc: Viswanath Kraleti

downloads.yoctoproject.org supports access over HTTPS, which provides
better security and reliability than HTTP.

Switch the default Yocto Project mirror URLs to use HTTPS instead of
HTTP to improve fetch reliability.

Signed-off-by: Viswanath Kraleti <viswanath.kraleti@oss.qualcomm.com>
---
 meta/classes-global/mirrors.bbclass | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/meta/classes-global/mirrors.bbclass b/meta/classes-global/mirrors.bbclass
index c8ceb9f5c4..c6092a6f41 100644
--- a/meta/classes-global/mirrors.bbclass
+++ b/meta/classes-global/mirrors.bbclass
@@ -29,13 +29,13 @@ ${SAVANNAH_NONGNU_MIRROR} http://download-mirror.savannah.nongnu.org/releases \
 ftp://sourceware.org/pub http://mirrors.edge.kernel.org/sourceware \
 ftp://sourceware.org/pub http://gd.tuwien.ac.at/gnu/sourceware \
 ftp://sourceware.org/pub http://ftp.gwdg.de/pub/linux/sources.redhat.com/sourceware \
-svn://.*/.*     http://downloads.yoctoproject.org/mirror/sources/ \
-git://.*/.*     http://downloads.yoctoproject.org/mirror/sources/ \
-gitsm://.*/.*   http://downloads.yoctoproject.org/mirror/sources/ \
-hg://.*/.*      http://downloads.yoctoproject.org/mirror/sources/ \
-https?://.*/.*  http://downloads.yoctoproject.org/mirror/sources/ \
-ftp://.*/.*     http://downloads.yoctoproject.org/mirror/sources/ \
-npm://.*/?.*    http://downloads.yoctoproject.org/mirror/sources/ \
+svn://.*/.*     https://downloads.yoctoproject.org/mirror/sources/ \
+git://.*/.*     https://downloads.yoctoproject.org/mirror/sources/ \
+gitsm://.*/.*   https://downloads.yoctoproject.org/mirror/sources/ \
+hg://.*/.*      https://downloads.yoctoproject.org/mirror/sources/ \
+https?://.*/.*  https://downloads.yoctoproject.org/mirror/sources/ \
+ftp://.*/.*     https://downloads.yoctoproject.org/mirror/sources/ \
+npm://.*/?.*    https://downloads.yoctoproject.org/mirror/sources/ \
 svn://.*/.*     http://sources.openembedded.org/ \
 git://.*/.*     http://sources.openembedded.org/ \
 gitsm://.*/.*   http://sources.openembedded.org/ \


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

end of thread, other threads:[~2026-04-28 12:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-27 10:30 [OE-core][PATCH] mirrors: switch Yocto Project mirrors to HTTPS Viswanath Kraleti
2026-04-27 11:40 ` Antonin Godard
2026-04-27 14:09   ` Jose Quaresma
     [not found]   ` <18AA3C050EE61D30.2188217@lists.openembedded.org>
2026-04-28 10:46     ` Jose Quaresma
2026-04-28 11:23       ` Richard Purdie
2026-04-28 12:01         ` Viswanath Kraleti
2026-04-28 12:07           ` Antonin Godard
2026-04-28 11:36 ` Richard Purdie
2026-04-28 12:25   ` Viswanath Kraleti

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