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"