summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-09 13:21:31 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-15 11:53:55 +0000
commit8392750d4fdebdbc30d5bdb136899ce8c638f035 (patch)
treea35de5c43153c6f8cb90674c01fd8ab1ad9e78c3 /meta/classes
parent53226d9c8713f0231c24a7e70a89d2f4e20749f1 (diff)
downloadpoky-8392750d4fdebdbc30d5bdb136899ce8c638f035.tar.gz
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. (From OE-Core rev: ebeb1458c7f24cd97978beb7cddf814cae43c6a2) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/mirrors.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/mirrors.bbclass b/meta/classes/mirrors.bbclass
index ebec56c83c..2ba50f174e 100644
--- a/meta/classes/mirrors.bbclass
+++ b/meta/classes/mirrors.bbclass
@@ -61,6 +61,7 @@ ftp://.*/.* http://sources.openembedded.org/ \n \
61npm://.*/?.* http://sources.openembedded.org/ \n \ 61npm://.*/?.* http://sources.openembedded.org/ \n \
62${CPAN_MIRROR} http://cpan.metacpan.org/ \n \ 62${CPAN_MIRROR} http://cpan.metacpan.org/ \n \
63${CPAN_MIRROR} http://search.cpan.org/CPAN/ \n \ 63${CPAN_MIRROR} http://search.cpan.org/CPAN/ \n \
64https?$://downloads.yoctoproject.org/releases/uninative/ https://mirrors.kernel.org/yocto/uninative/ \n \
64" 65"
65 66
66# Use MIRRORS to provide git repo fallbacks using the https protocol, for cases 67# Use MIRRORS to provide git repo fallbacks using the https protocol, for cases