summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorSimone Weiß <simone.p.weiss@posteo.com>2023-12-10 05:35:55 +0000
committerSteve Sakoman <steve@sakoman.com>2023-12-21 06:14:00 -1000
commit9b7cc27c3987e83e20ed810a6c6dfe3aaa3a038f (patch)
treeb748ff8d83fc86e984c9deb4cd8427527aa3e29a /documentation
parent306316eb80d6fe8386da6f69355f24a7186ba338 (diff)
downloadpoky-9b7cc27c3987e83e20ed810a6c6dfe3aaa3a038f.tar.gz
manuals: brief-yoctoprojectqs: align variable order with default local.conf
Align the order from `BB_SIGNATURE_HANDLER` to `SSTATE_MIRRORS` in Quick Build with the order in the default local conf. While trivial it is easier to find, if the order matches. (From yocto-docs rev: 2ab0bdc7ff74aaddd8a556046de3410300ba560a) Signed-off-by: Simone Weiß <simone.p.weiss@posteo.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation')
-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 20b2ebab6b..ec4cc8b051 100644
--- a/documentation/brief-yoctoprojectqs/index.rst
+++ b/documentation/brief-yoctoprojectqs/index.rst
@@ -254,10 +254,10 @@ an entire Linux distribution, including the toolchain, from source.
254 To use such mirrors, uncomment the below lines in your ``conf/local.conf`` 254 To use such mirrors, uncomment the below lines in your ``conf/local.conf``
255 file in the :term:`Build Directory`:: 255 file in the :term:`Build Directory`::
256 256
257 BB_SIGNATURE_HANDLER = "OEEquivHash"
258 BB_HASHSERVE = "auto"
259 BB_HASHSERVE_UPSTREAM = "hashserv.yocto.io:8687" 257 BB_HASHSERVE_UPSTREAM = "hashserv.yocto.io:8687"
260 SSTATE_MIRRORS ?= "file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downloadfilename=PATH" 258 SSTATE_MIRRORS ?= "file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downloadfilename=PATH"
259 BB_HASHSERVE = "auto"
260 BB_SIGNATURE_HANDLER = "OEEquivHash"
261 261
262#. **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
263 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: