From: Richard Purdie Date: Fri, 12 Nov 2021 17:48:25 +0000 (+0000) Subject: mirrors: Add kernel.org sources mirror for downloads.yoctoproject.org X-Git-Tag: 2021-10.1-honister~7 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d7fe71c0fa0f368037b20d423c4c45d91c108a8c;p=openembedded-core.git 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 (cherry picked from commit f602b6c2046bbc52a95dcc68a754f1cbb2db6761) Signed-off-by: Anuj Mittal --- diff --git a/meta/classes/mirrors.bbclass b/meta/classes/mirrors.bbclass index 75eb86a724..49685d2f69 100644 --- a/meta/classes/mirrors.bbclass +++ b/meta/classes/mirrors.bbclass @@ -63,6 +63,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/ \ " # Use MIRRORS to provide git repo fallbacks using the https protocol, for cases