diff mbox series

mirrors.bbclass: add infraroot as an https mirror

Message ID 20240209191643.2898642-1-rs@ti.com
State Accepted, archived
Commit 9e6e34210a3e89fee166fa5bbab888cd29ebf981
Headers show
Series mirrors.bbclass: add infraroot as an https mirror | expand

Commit Message

Randolph Sapp Feb. 9, 2024, 7:16 p.m. UTC
From: Randolph Sapp <rs@ti.com>

Add the new infraroot.at mirror to the MIRRORS string for https sources
since infradead.org does not support https and certain proxy configs
cause this fetch to fail.

Mirror info fetched from the following announcement:
https://lists.infradead.org/pipermail/linux-mtd/2023-August/100922.html

Signed-off-by: Randolph Sapp <rs@ti.com>
---

I've got a second version of this patch that applies the mirror explicitly to
the 2 recipes currently using infradead.org as a source. Let me know if that is
preferred.

 meta/classes-global/mirrors.bbclass | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta/classes-global/mirrors.bbclass b/meta/classes-global/mirrors.bbclass
index ad070d44911..af66fb1832f 100644
--- a/meta/classes-global/mirrors.bbclass
+++ b/meta/classes-global/mirrors.bbclass
@@ -78,6 +78,7 @@  https?://downloads.yoctoproject.org/mirror/sources/ https://mirrors.kernel.org/y
 MIRRORS += "\
 git://salsa.debian.org/.*     git://salsa.debian.org/PATH;protocol=https \
 git://git.gnome.org/.*        git://gitlab.gnome.org/GNOME/PATH;protocol=https \
+git://git.infradead.org/.*    git://git.infraroot.at/PATH;protocol=https \
 git://.*/.*                   git://HOST/PATH;protocol=https \
 git://.*/.*                   git://HOST/git/PATH;protocol=https \
 "