summaryrefslogtreecommitdiffstats
path: root/documentation/brief-yoctoprojectqs/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/brief-yoctoprojectqs/index.rst')
-rw-r--r--documentation/brief-yoctoprojectqs/index.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst
index eaacde2d9a..b01fb4d40b 100644
--- a/documentation/brief-yoctoprojectqs/index.rst
+++ b/documentation/brief-yoctoprojectqs/index.rst
@@ -256,12 +256,12 @@ 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://.* http://sstate.yoctoproject.org/&YOCTO_DOC_VERSION;/PATH;downloadfilename=PATH" 259 SSTATE_MIRRORS ?= "file://.* https://sstate.yoctoproject.org/&YOCTO_DOC_VERSION;/PATH;downloadfilename=PATH"
260 260
261 The above settings assumed the use of Yocto Project &YOCTO_DOC_VERSION;. 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:: 262 If you are using the development version instead, set :term:`SSTATE_MIRRORS` as follows::
263 263
264 SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/dev/PATH;downloadfilename=PATH" 264 SSTATE_MIRRORS ?= "file://.* https://sstate.yoctoproject.org/dev/PATH;downloadfilename=PATH"
265 265
266#. **Start the Build:** Continue with the following command to build an OS 266#. **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: 267 image for the target, which is ``core-image-sato`` in this example: