mirror of
https://git.yoctoproject.org/poky
synced 2026-06-04 02:00:04 +00:00
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: 80af32ab4d5ff4e7ee834477da748f2ba5bdb6de) 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>
This commit is contained in:
committed by
Steve Sakoman
parent
ad02f70585
commit
815ef8ecb3
@@ -251,10 +251,10 @@ an entire Linux distribution, including the toolchain, from source.
|
|||||||
To use such mirrors, uncomment the below lines in your ``conf/local.conf``
|
To use such mirrors, uncomment the below lines in your ``conf/local.conf``
|
||||||
file in the :term:`Build Directory`::
|
file in the :term:`Build Directory`::
|
||||||
|
|
||||||
BB_SIGNATURE_HANDLER = "OEEquivHash"
|
|
||||||
BB_HASHSERVE = "auto"
|
|
||||||
BB_HASHSERVE_UPSTREAM = "hashserv.yocto.io:8687"
|
BB_HASHSERVE_UPSTREAM = "hashserv.yocto.io:8687"
|
||||||
SSTATE_MIRRORS ?= "file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downloadfilename=PATH"
|
SSTATE_MIRRORS ?= "file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downloadfilename=PATH"
|
||||||
|
BB_HASHSERVE = "auto"
|
||||||
|
BB_SIGNATURE_HANDLER = "OEEquivHash"
|
||||||
|
|
||||||
#. **Start the Build:** Continue with the following command to build an OS
|
#. **Start the Build:** Continue with the following command to build an OS
|
||||||
image for the target, which is ``core-image-sato`` in this example:
|
image for the target, which is ``core-image-sato`` in this example:
|
||||||
|
|||||||
Reference in New Issue
Block a user