From: Richard Purdie Date: Mon, 8 Nov 2021 16:00:23 +0000 (+0000) Subject: mirrors: Add uninative mirror on kernel.org X-Git-Tag: uninative-3.5~920 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1833cb0c5841afafb468b963b74b63366b09a134;p=openembedded-core.git mirrors: Add uninative mirror on kernel.org At the last nas outage, we realised that we don't have good mirrors of the uninative tarball if our main system can't be accessed. kernel.org mirrors some Yocto Project data so we've ensured uninative is there. Add the appropriate mirror url to make use of that. Signed-off-by: Richard Purdie --- diff --git a/meta/classes/mirrors.bbclass b/meta/classes/mirrors.bbclass index 1afce92147..08abcce52c 100644 --- a/meta/classes/mirrors.bbclass +++ b/meta/classes/mirrors.bbclass @@ -61,6 +61,7 @@ ftp://.*/.* http://sources.openembedded.org/ \n \ npm://.*/?.* http://sources.openembedded.org/ \n \ ${CPAN_MIRROR} http://cpan.metacpan.org/ \n \ ${CPAN_MIRROR} http://search.cpan.org/CPAN/ \n \ +https?$://downloads.yoctoproject.org/releases/uninative/ https://mirrors.kernel.org/yocto/uninative/ \n \ " # Use MIRRORS to provide git repo fallbacks using the https protocol, for cases