From eadd7c6cfb534c62522d98a91eb4fac4ba818d5b Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 30 May 2025 14:32:22 -0700 Subject: [PATCH] brief-yoctoprojectqs/ref-manual: Switch to new CDN The project is switching the way handle our CDN provision of sstate objects, update the URL accordingly. (cherry picked from commit 406e8a8e30404c0538f5aa46f211540bae2b206b) (From yocto-docs rev: bede97cfde51823e262e300aa346902d23530490) Signed-off-by: Richard Purdie Signed-off-by: Steve Sakoman Reviewed-by: Quentin Schulz Signed-off-by: Antonin Godard Signed-off-by: Steve Sakoman --- documentation/brief-yoctoprojectqs/index.rst | 2 +- documentation/ref-manual/variables.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst index 070f5e2cf3..a17299a30a 100644 --- a/documentation/brief-yoctoprojectqs/index.rst +++ b/documentation/brief-yoctoprojectqs/index.rst @@ -252,7 +252,7 @@ an entire Linux distribution, including the toolchain, from source. file in the :term:`Build Directory`:: 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" diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 278ad47b7b..9591159be7 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst @@ -8721,7 +8721,7 @@ system and gives an overview of their function and contents. The Yocto Project actually shares the cache data objects built by its autobuilder:: - SSTATE_MIRRORS ?= "file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downloadfilename=PATH" + SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH" As such binary artifacts are built for the generic QEMU machines supported by the various Poky releases, they are less likely to be