From dbbec36638f035aefbaf22f152a2ca95836d08bd Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 12 Nov 2021 17:48:25 +0000 Subject: [PATCH] mirrors: Add kernel.org sources mirror for downloads.yoctoproject.org kernel.org now has a mirror of the downloads.yoctoproject.org sources archive so include this in our mirrors list. Signed-off-by: Richard Purdie Signed-off-by: Steve Sakoman --- meta/classes/mirrors.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/mirrors.bbclass b/meta/classes/mirrors.bbclass index 2ba50f174e..a36236df9f 100644 --- a/meta/classes/mirrors.bbclass +++ b/meta/classes/mirrors.bbclass @@ -62,6 +62,7 @@ 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 \ +https?$://downloads.yoctoproject.org/mirror/sources/ https://mirrors.kernel.org/yocto-sources/ \n \ " # Use MIRRORS to provide git repo fallbacks using the https protocol, for cases -- 2.40.1