summaryrefslogtreecommitdiffstats
path: root/documentation/brief-yoctoprojectqs
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2025-05-29 17:33:27 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-05-29 17:34:48 +0100
commit4c9eef335ae50c9335aa15d564856094f900dcef (patch)
tree899ea5d674f9d36a5666a465bd1ed7a38460273a /documentation/brief-yoctoprojectqs
parent9475cba9dd6a860723b5ea0601bf6120aad00ff7 (diff)
downloadpoky-4c9eef335ae50c9335aa15d564856094f900dcef.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. (From yocto-docs rev: 406e8a8e30404c0538f5aa46f211540bae2b206b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/brief-yoctoprojectqs')
-rw-r--r--documentation/brief-yoctoprojectqs/index.rst2
1 files changed, 1 insertions, 1 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