summaryrefslogtreecommitdiffstats
path: root/meta/classes-global
diff options
context:
space:
mode:
authorRandolph Sapp <rs@ti.com>2024-02-09 13:16:43 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-10 14:13:24 +0000
commit9e6e34210a3e89fee166fa5bbab888cd29ebf981 (patch)
tree8a0b9e0e45bb3a1e2b574327f04a64f5064a6f21 /meta/classes-global
parent465c25ce2ddb310b6faf7fc27ab6caa2934337ee (diff)
downloadpoky-9e6e34210a3e89fee166fa5bbab888cd29ebf981.tar.gz
mirrors.bbclass: add infraroot as an https mirror
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 (From OE-Core rev: ce8f7bb81598aecafe486a461c94254b97518832) Signed-off-by: Randolph Sapp <rs@ti.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes-global')
-rw-r--r--meta/classes-global/mirrors.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes-global/mirrors.bbclass b/meta/classes-global/mirrors.bbclass
index ad070d4491..af66fb1832 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
78MIRRORS += "\ 78MIRRORS += "\
79git://salsa.debian.org/.* git://salsa.debian.org/PATH;protocol=https \ 79git://salsa.debian.org/.* git://salsa.debian.org/PATH;protocol=https \
80git://git.gnome.org/.* git://gitlab.gnome.org/GNOME/PATH;protocol=https \ 80git://git.gnome.org/.* git://gitlab.gnome.org/GNOME/PATH;protocol=https \
81git://git.infradead.org/.* git://git.infraroot.at/PATH;protocol=https \
81git://.*/.* git://HOST/PATH;protocol=https \ 82git://.*/.* git://HOST/PATH;protocol=https \
82git://.*/.* git://HOST/git/PATH;protocol=https \ 83git://.*/.* git://HOST/git/PATH;protocol=https \
83" 84"