meta-arm.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ci: use YP sstate mirror
@ 2021-10-08 16:31 Jon Mason
  0 siblings, 0 replies; only message in thread
From: Jon Mason @ 2021-10-08 16:31 UTC (permalink / raw)
  To: meta-arm

To speed up build times, use the global Yocto Project sstate mirror.

Signed-off-by: Jon Mason <jon.mason@arm.com>
---
 ci/base.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/ci/base.yml b/ci/base.yml
index 86608b2..ad9f5fe 100644
--- a/ci/base.yml
+++ b/ci/base.yml
@@ -37,6 +37,11 @@ local_conf_header:
     PACKAGECONFIG:append:pn-perf = " coresight"
   noptest: |
     DISTRO_FEATURES:remove = "ptest"
+  sstate_mirror: |
+    BB_HASHSERVE_UPSTREAM = "typhoon.yocto.io:8687"
+    BB_HASHSERVE = "auto"
+    BB_SIGNATURE_HANDLER = "OEEquivHash"
+    SSTATE_MIRRORS = "file://.* https://sstate.yoctoproject.org/dev/PATH;downloadfilename=PATH"
 
 machine: unset
 
-- 
2.17.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-08 16:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-08 16:31 [PATCH] ci: use YP sstate mirror Jon Mason

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).