summaryrefslogtreecommitdiffstats
path: root/documentation/brief-yoctoprojectqs
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 14:40:29 +0100
commita6753de86bd9f7d9ec8fbc70ccb36294d1497e88 (patch)
tree135646b9aa508864d7db52df037078ab50909ae7 /documentation/brief-yoctoprojectqs
parent381ef628fabbd9b7ebd44c88b03ee7098bc9a518 (diff)
downloadpoky-a6753de86bd9f7d9ec8fbc70ccb36294d1497e88.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/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 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: