summaryrefslogtreecommitdiffstats
path: root/documentation/brief-yoctoprojectqs
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-06-22 11:07:58 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-06-27 14:55:08 +0100
commit0d1d3afa8a09e08b65db8eaa2813bc5621d34806 (patch)
tree5823e11e407f7a8c93efcdf1556587c51c0ec240 /documentation/brief-yoctoprojectqs
parentc4f669566ffc27138e2851c2f5b3b2bbeec01f33 (diff)
downloadpoky-0d1d3afa8a09e08b65db8eaa2813bc5621d34806.tar.gz
manuals: switch to the sstate mirror shared between all versions
Following https://git.yoctoproject.org/poky/commit/?id=cf7d8894545b83f55420fa33f7848e1bfc6754ff (From yocto-docs rev: 9f7f0e862a39f4c155dc49a816ce7cdbf799373f) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/brief-yoctoprojectqs')
-rw-r--r--documentation/brief-yoctoprojectqs/index.rst7
1 files changed, 1 insertions, 6 deletions
diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst
index 4d5ac85e61..3cf2f76f55 100644
--- a/documentation/brief-yoctoprojectqs/index.rst
+++ b/documentation/brief-yoctoprojectqs/index.rst
@@ -257,12 +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 = "typhoon.yocto.io:8687" 259 BB_HASHSERVE_UPSTREAM = "typhoon.yocto.io:8687"
260 SSTATE_MIRRORS ?= "file://.* https://sstate.yoctoproject.org/&YOCTO_DOC_VERSION;/PATH;downloadfilename=PATH" 260 SSTATE_MIRRORS ?= "file://.* https://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH"
261
262 The above settings assumed the use of Yocto Project &YOCTO_DOC_VERSION;.
263 If you are using the development version instead, set :term:`SSTATE_MIRRORS` as follows::
264
265 SSTATE_MIRRORS ?= "file://.* https://sstate.yoctoproject.org/dev/PATH;downloadfilename=PATH"
266 261
267#. **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
268 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: