From: Randolph Sapp Date: Fri, 9 Feb 2024 19:16:43 +0000 (-0600) Subject: mirrors.bbclass: add infraroot as an https mirror X-Git-Tag: uninative-4.4~168 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce8f7bb81598aecafe486a461c94254b97518832;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git 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 Signed-off-by: Randolph Sapp Signed-off-by: Richard Purdie --- 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 \ "