[PATCH] CI: fix sstate-mirror

Jon Mason <[email protected]> Tue, 14 Jul 2026 11:44:50 -0400
Newsgroups org.yoctoproject.lists.meta-arm
Message-ID <[email protected]>
We should be using OE_FRAGMENTS for the upstream sstate mirror, and
BB_HASHSERVE is in base.yml

Signed-off-by: Jon Mason <[email protected]>
---
 ci/sstate-mirror.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/ci/sstate-mirror.yml b/ci/sstate-mirror.yml
index 98e99593817f..df9d4e031082 100644
--- a/ci/sstate-mirror.yml
+++ b/ci/sstate-mirror.yml
@@ -5,7 +5,5 @@ header:
=20
 local_conf_header:
   sstate_mirror: |
-    BB_HASHSERVE_UPSTREAM =3D "wss://hashserv.yoctoproject.org/ws"
-    SSTATE_MIRRORS =3D "file://.* http://sstate.yoctoproject.org/all/PAT=
H;downloadfilename=3DPATH"
-    BB_HASHSERVE =3D "auto"
     BB_SIGNATURE_HANDLER =3D "OEEquivHash"
+    OE_FRAGMENTS +=3D "core/yocto/sstate-mirror-cdn"
--=20
2.50.1 (Apple Git-155)