summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-10-30 18:35:29 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-11-06 22:52:27 +0000
commite87f2f8e07e1429b47c557262b01b8fd647f05d2 (patch)
tree38f12a96667487ba88d30cf1480c6c17a824f7fe /documentation/ref-manual
parenta79cfdf1e35e51d29ecd209fd1a06464aa69e0f0 (diff)
downloadpoky-e87f2f8e07e1429b47c557262b01b8fd647f05d2.tar.gz
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>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/variables.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 3eff516f62..52e3e59588 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -8214,6 +8214,16 @@ system and gives an overview of their function and contents.
8214 file://.* https://someserver.tld/share/sstate/PATH;downloadfilename=PATH \ 8214 file://.* https://someserver.tld/share/sstate/PATH;downloadfilename=PATH \
8215 file://.* file:///some-local-dir/sstate/PATH" 8215 file://.* file:///some-local-dir/sstate/PATH"
8216 8216
8217 The Yocto Project actually shares the cache data objects built by its
8218 autobuilder::
8219
8220 SSTATE_MIRRORS ?= "file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downloadfilename=PATH"
8221
8222 As such binary artifacts are built for the generic QEMU machines
8223 supported by the various Poky releases, they are less likely to be
8224 reusable in real projects building binaries optimized for a specific
8225 CPU family.
8226
8217 :term:`SSTATE_SCAN_FILES` 8227 :term:`SSTATE_SCAN_FILES`
8218 Controls the list of files the OpenEmbedded build system scans for 8228 Controls the list of files the OpenEmbedded build system scans for
8219 hardcoded installation paths. The variable uses a space-separated 8229 hardcoded installation paths. The variable uses a space-separated