summaryrefslogtreecommitdiffstats
path: root/meta/classes/mirrors.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-08 16:00:23 +0000
committerAnuj Mittal <anuj.mittal@intel.com>2021-11-22 09:45:46 +0800
commite716c371992ea567171fb7f7bb8691ec92dfc71b (patch)
tree3cbc8adbc2d088686465d382abfb1b1017580e4a /meta/classes/mirrors.bbclass
parent2fd327ae5b3da8841ebed00bfc60b7bb8d6a64c5 (diff)
downloadopenembedded-core-contrib-e716c371992ea567171fb7f7bb8691ec92dfc71b.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> (cherry picked from commit 1833cb0c5841afafb468b963b74b63366b09a134) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'meta/classes/mirrors.bbclass')
-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 87bba41472..9d0ae1dce4 100644
--- a/meta/classes/mirrors.bbclass
+++ b/meta/classes/mirrors.bbclass
@@ -62,6 +62,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