From 31549c12d2ee6f655b45718bab2d5c298eb99a0f Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Mon, 9 Jun 2025 10:20:48 -0400 Subject: [PATCH] CI: update sstate-mirror.yml The Yocto project changed the server name for sstate, though the previous one does still appear to work. Update here to the one matching the YP documentation. Signed-off-by: Jon Mason --- ci/sstate-mirror.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/sstate-mirror.yml b/ci/sstate-mirror.yml index 4bcbd760..98e99593 100644 --- a/ci/sstate-mirror.yml +++ b/ci/sstate-mirror.yml @@ -6,6 +6,6 @@ header: local_conf_header: sstate_mirror: | BB_HASHSERVE_UPSTREAM = "wss://hashserv.yoctoproject.org/ws" - SSTATE_MIRRORS = "file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downloadfilename=PATH" + SSTATE_MIRRORS = "file://.* http://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH" BB_HASHSERVE = "auto" BB_SIGNATURE_HANDLER = "OEEquivHash"