summaryrefslogtreecommitdiffstats
path: root/documentation/brief-yoctoprojectqs
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-06-27 16:08:32 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-06-28 23:58:39 +0100
commitc00f584817d2a19b1756e8e60b7af695a09555e5 (patch)
treec43bdf2e468cb21b8ee9c2a00abcbfb6a8661080 /documentation/brief-yoctoprojectqs
parent759a3eb9b5859b22b99873f8b0dd030956370869 (diff)
downloadpoky-c00f584817d2a19b1756e8e60b7af695a09555e5.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: 662294dccd028828d5c7e9fd8f5c8e14df53df4b) 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 12cab1db76..7ba05c78a0 100644
--- a/documentation/brief-yoctoprojectqs/index.rst
+++ b/documentation/brief-yoctoprojectqs/index.rst
@@ -256,12 +256,7 @@ an entire Linux distribution, including the toolchain, from source.
256 BB_SIGNATURE_HANDLER = "OEEquivHash" 256 BB_SIGNATURE_HANDLER = "OEEquivHash"
257 BB_HASHSERVE = "auto" 257 BB_HASHSERVE = "auto"
258 BB_HASHSERVE_UPSTREAM = "typhoon.yocto.io:8687" 258 BB_HASHSERVE_UPSTREAM = "typhoon.yocto.io:8687"
259 SSTATE_MIRRORS ?= "file://.* https://sstate.yoctoproject.org/&YOCTO_DOC_VERSION;/PATH;downloadfilename=PATH" 259 SSTATE_MIRRORS ?= "file://.* https://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH"
260
261 The above settings assumed the use of Yocto Project &YOCTO_DOC_VERSION;.
262 If you are using the development version instead, set :term:`SSTATE_MIRRORS` as follows::
263
264 SSTATE_MIRRORS ?= "file://.* https://sstate.yoctoproject.org/dev/PATH;downloadfilename=PATH"
265 260
266#. **Start the Build:** Continue with the following command to build an OS 261#. **Start the Build:** Continue with the following command to build an OS
267 image for the target, which is ``core-image-sato`` in this example: 262 image for the target, which is ``core-image-sato`` in this example: