mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
ref-manual: variables: mention new CDN for SSTATE_MIRRORS
(From yocto-docs rev: 4ef0c24b206d71c348ff657a2ab83ab857539fb6) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a79cfdf1e3
commit
e87f2f8e07
@@ -8214,6 +8214,16 @@ system and gives an overview of their function and contents.
|
|||||||
file://.* https://someserver.tld/share/sstate/PATH;downloadfilename=PATH \
|
file://.* https://someserver.tld/share/sstate/PATH;downloadfilename=PATH \
|
||||||
file://.* file:///some-local-dir/sstate/PATH"
|
file://.* file:///some-local-dir/sstate/PATH"
|
||||||
|
|
||||||
|
The Yocto Project actually shares the cache data objects built by its
|
||||||
|
autobuilder::
|
||||||
|
|
||||||
|
SSTATE_MIRRORS ?= "file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downloadfilename=PATH"
|
||||||
|
|
||||||
|
As such binary artifacts are built for the generic QEMU machines
|
||||||
|
supported by the various Poky releases, they are less likely to be
|
||||||
|
reusable in real projects building binaries optimized for a specific
|
||||||
|
CPU family.
|
||||||
|
|
||||||
:term:`SSTATE_SCAN_FILES`
|
:term:`SSTATE_SCAN_FILES`
|
||||||
Controls the list of files the OpenEmbedded build system scans for
|
Controls the list of files the OpenEmbedded build system scans for
|
||||||
hardcoded installation paths. The variable uses a space-separated
|
hardcoded installation paths. The variable uses a space-separated
|
||||||
|
|||||||
Reference in New Issue
Block a user