diff mbox series

[wrynose,36/52] mirrors: remove inactive sources.openembedded.org URLs

Message ID a6891d24293b28238571fc9bd4fcc3d18778e81a.1778198557.git.yoann.congal@smile.fr
State New
Headers show
Series [wrynose,01/52] shadow: set CVE_PRODUCT | expand

Commit Message

Yoann Congal May 8, 2026, 7:11 a.m. UTC
From: Antonin Godard <antonin.godard@bootlin.com>

It was confirmed these mirrors were inactive in [1]. Remove them.

[1]: https://lore.kernel.org/r/b9c4ddd5ae72ae21ee0b6e12fb1a1f63661c685c.camel@linuxfoundation.org

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 7a90ba800f50eed62032ce32261f92f7b77e1181)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
---
 meta/classes-global/mirrors.bbclass | 7 -------
 1 file changed, 7 deletions(-)
diff mbox series

Patch

diff --git a/meta/classes-global/mirrors.bbclass b/meta/classes-global/mirrors.bbclass
index c8ceb9f5c4f..6f54b257f2c 100644
--- a/meta/classes-global/mirrors.bbclass
+++ b/meta/classes-global/mirrors.bbclass
@@ -36,13 +36,6 @@  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://.*/.*     http://sources.openembedded.org/ \
-git://.*/.*     http://sources.openembedded.org/ \
-gitsm://.*/.*   http://sources.openembedded.org/ \
-hg://.*/.*      http://sources.openembedded.org/ \
-https?://.*/.*  http://sources.openembedded.org/ \
-ftp://.*/.*     http://sources.openembedded.org/ \
-npm://.*/?.*    http://sources.openembedded.org/ \
 ${CPAN_MIRROR}  https://cpan.metacpan.org/ \
 https?://downloads.yoctoproject.org/releases/uninative/ https://mirrors.edge.kernel.org/yocto/uninative/ \
 https?://downloads.yoctoproject.org/mirror/sources/ https://mirrors.edge.kernel.org/yocto-sources/ \