diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-12 17:48:25 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-13 16:11:27 +0000 |
commit | 33708f024d9b8b273dfe6d5b602f193c0f6a0878 (patch) | |
tree | e91d940afc3bfb43b6bdc7dc1718d703cba17908 /meta/classes | |
parent | d5dc2866ecb0e284ebed17de51f318c0abe1bd06 (diff) | |
download | poky-33708f024d9b8b273dfe6d5b602f193c0f6a0878.tar.gz |
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.
(From OE-Core rev: f602b6c2046bbc52a95dcc68a754f1cbb2db6761)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/mirrors.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/mirrors.bbclass b/meta/classes/mirrors.bbclass index dc95cc1174..8e7b35d900 100644 --- a/meta/classes/mirrors.bbclass +++ b/meta/classes/mirrors.bbclass | |||
@@ -62,6 +62,7 @@ npm://.*/?.* http://sources.openembedded.org/ \ | |||
62 | ${CPAN_MIRROR} http://cpan.metacpan.org/ \ | 62 | ${CPAN_MIRROR} http://cpan.metacpan.org/ \ |
63 | ${CPAN_MIRROR} http://search.cpan.org/CPAN/ \ | 63 | ${CPAN_MIRROR} http://search.cpan.org/CPAN/ \ |
64 | https?://downloads.yoctoproject.org/releases/uninative/ https://mirrors.kernel.org/yocto/uninative/ \ | 64 | https?://downloads.yoctoproject.org/releases/uninative/ https://mirrors.kernel.org/yocto/uninative/ \ |
65 | https?://downloads.yoctoproject.org/mirror/sources/ https://mirrors.kernel.org/yocto-sources/ \ | ||
65 | " | 66 | " |
66 | 67 | ||
67 | # Use MIRRORS to provide git repo fallbacks using the https protocol, for cases | 68 | # Use MIRRORS to provide git repo fallbacks using the https protocol, for cases |