summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-09 13:21:31 +0000
committerSteve Sakoman <steve@sakoman.com>2021-11-09 12:18:24 -1000
commitebeb1458c7f24cd97978beb7cddf814cae43c6a2 (patch)
tree59b499976d3db07e115a7d5e13484493d4bc613d /meta
parent65aa83e25059b29563a45eacdad8178bc7a07fe4 (diff)
downloadopenembedded-core-contrib-ebeb1458c7f24cd97978beb7cddf814cae43c6a2.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. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta')
-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 \
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