summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2025-05-30 10:46:21 -0700
committerSteve Sakoman <steve@sakoman.com>2025-06-13 09:01:26 -0700
commit9526e0ee04dc87cf893ba19583a639ac6ea8b58d (patch)
tree91874b3954fc0c5f84e87094e557bee0a3e0f580
parent5e9c6deafb62658bf87fde324ce1bef0ac34d2e3 (diff)
downloadpoky-9526e0ee04dc87cf893ba19583a639ac6ea8b58d.tar.gz
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: 6372e5c9ed5dc6fd3f93e1059a56a002ff1b5036) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--documentation/brief-yoctoprojectqs/index.rst2
-rw-r--r--documentation/ref-manual/variables.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst
index 48f81b16a9..fed511c2b6 100644
--- a/documentation/brief-yoctoprojectqs/index.rst
+++ b/documentation/brief-yoctoprojectqs/index.rst
@@ -253,7 +253,7 @@ an entire Linux distribution, including the toolchain, from source.
253 file in the :term:`Build Directory`:: 253 file in the :term:`Build Directory`::
254 254
255 BB_HASHSERVE_UPSTREAM = "wss://hashserv.yoctoproject.org/ws" 255 BB_HASHSERVE_UPSTREAM = "wss://hashserv.yoctoproject.org/ws"
256 SSTATE_MIRRORS ?= "file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downloadfilename=PATH" 256 SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH"
257 BB_HASHSERVE = "auto" 257 BB_HASHSERVE = "auto"
258 BB_SIGNATURE_HANDLER = "OEEquivHash" 258 BB_SIGNATURE_HANDLER = "OEEquivHash"
259 259
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 6b4acd2244..c0554a90b9 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -9099,7 +9099,7 @@ system and gives an overview of their function and contents.
9099 The Yocto Project actually shares the cache data objects built by its 9099 The Yocto Project actually shares the cache data objects built by its
9100 autobuilder:: 9100 autobuilder::
9101 9101
9102 SSTATE_MIRRORS ?= "file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downloadfilename=PATH" 9102 SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH"
9103 9103
9104 As such binary artifacts are built for the generic QEMU machines 9104 As such binary artifacts are built for the generic QEMU machines
9105 supported by the various Poky releases, they are less likely to be 9105 supported by the various Poky releases, they are less likely to be