summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2025-05-30 14:32:22 -0700
committerSteve Sakoman <steve@sakoman.com>2025-06-13 08:42:35 -0700
commite3d5f852f6b40ec0ffd0b81d9fb5dbc37efa118d (patch)
treeeb1ad68e451e24deac396a34cc792021912f1138 /documentation/ref-manual/variables.rst
parent8fc7f29255e59082b0910bfdc51d0bb65b8e80f5 (diff)
downloadpoky-e3d5f852f6b40ec0ffd0b81d9fb5dbc37efa118d.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: 5c9336284c0664e0d56cf602751a9ffef6303002) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 340058f39f..eb174afe53 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -8058,7 +8058,7 @@ system and gives an overview of their function and contents.
8058 The Yocto Project actually shares the cache data objects built by its 8058 The Yocto Project actually shares the cache data objects built by its
8059 autobuilder:: 8059 autobuilder::
8060 8060
8061 SSTATE_MIRRORS ?= "file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downloadfilename=PATH" 8061 SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH"
8062 8062
8063 As such binary artifacts are built for the generic QEMU machines 8063 As such binary artifacts are built for the generic QEMU machines
8064 supported by the various Poky releases, they are less likely to be 8064 supported by the various Poky releases, they are less likely to be