summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-08 16:00:23 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-10 19:27:28 +0000
commitc7fa673c79c9acc56336af92c055d2867e346cf9 (patch)
treea7d4e20a1258a69fd1893a34c9f0e0dbc8b66e30
parente4ade82d40489331a008cdc0ec65f8c29ebcb533 (diff)
downloadpoky-c7fa673c79c9acc56336af92c055d2867e346cf9.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: 1833cb0c5841afafb468b963b74b63366b09a134) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 1afce92147..08abcce52c 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