mirror of
https://git.yoctoproject.org/poky
synced 2026-04-03 02:02:21 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
465c25ce2d
commit
9e6e34210a
@@ -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 \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user