summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-10-17 15:07:09 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-10-20 15:07:07 +0100
commite704b9b4bce37804758da592872fa4cb7c505559 (patch)
tree5fb51cf47ffcba0b4bc298a86578a5f5379d2db8 /documentation
parentf35420ba71159c5e4cf51b8408f8bfd97be80115 (diff)
downloadpoky-e704b9b4bce37804758da592872fa4cb7c505559.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: 5a2d09501ab807a0f61c10533f3bd81894f6f20e) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> CC: richard.purdie@linuxfoundation.org Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 0ccffccc60..df8d75edc2 100644
--- a/documentation/brief-yoctoprojectqs/index.rst
+++ b/documentation/brief-yoctoprojectqs/index.rst
@@ -254,7 +254,7 @@ an entire Linux distribution, including the toolchain, from source.
254 BB_SIGNATURE_HANDLER = "OEEquivHash" 254 BB_SIGNATURE_HANDLER = "OEEquivHash"
255 BB_HASHSERVE = "auto" 255 BB_HASHSERVE = "auto"
256 BB_HASHSERVE_UPSTREAM = "hashserv.yocto.io:8687" 256 BB_HASHSERVE_UPSTREAM = "hashserv.yocto.io:8687"
257 SSTATE_MIRRORS ?= "file://.* https://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH" 257 SSTATE_MIRRORS ?= "file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downloadfilename=PATH"
258 258
259#. **Start the Build:** Continue with the following command to build an OS 259#. **Start the Build:** Continue with the following command to build an OS
260 image for the target, which is ``core-image-sato`` in this example: 260 image for the target, which is ``core-image-sato`` in this example: