summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-10-17 15:07:09 +0200
committerSteve Sakoman <steve@sakoman.com>2023-10-25 04:45:51 -1000
commitb5b18d155e39354eb6f69487a2dea8f1dcf7a725 (patch)
treeb21d27d4b4d6236b07d50e64cfb31baada6b9e8a /documentation
parentc3032cebe7862f48379e2f585df5286dd14b2781 (diff)
downloadpoky-b5b18d155e39354eb6f69487a2dea8f1dcf7a725.tar.gz
brief-yoctoprojectqs: use new CDN mirror for sstate
Recommended instead of the Yocto Project mirror, because expected to be faster. Make sure you only set one such mirror. (From yocto-docs rev: 2c2dae48619f3e2a600fcdba7cd0dcb0bd313b75) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> CC: richard.purdie@linuxfoundation.org Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation')
-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 545fa03f1e..20b2ebab6b 100644
--- a/documentation/brief-yoctoprojectqs/index.rst
+++ b/documentation/brief-yoctoprojectqs/index.rst
@@ -257,7 +257,7 @@ an entire Linux distribution, including the toolchain, from source.
257 BB_SIGNATURE_HANDLER = "OEEquivHash" 257 BB_SIGNATURE_HANDLER = "OEEquivHash"
258 BB_HASHSERVE = "auto" 258 BB_HASHSERVE = "auto"
259 BB_HASHSERVE_UPSTREAM = "hashserv.yocto.io:8687" 259 BB_HASHSERVE_UPSTREAM = "hashserv.yocto.io:8687"
260 SSTATE_MIRRORS ?= "file://.* https://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH" 260 SSTATE_MIRRORS ?= "file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downloadfilename=PATH"
261 261
262#. **Start the Build:** Continue with the following command to build an OS 262#. **Start the Build:** Continue with the following command to build an OS
263 image for the target, which is ``core-image-sato`` in this example: 263 image for the target, which is ``core-image-sato`` in this example: