summaryrefslogtreecommitdiffstats
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:32 +0000
commit0565bd03792a597e72d9af4af274aad19608a337 (patch)
tree20de7fdfad4dc54bbeff1b7f298f0f3c533ee869
parent7b8ce9b9795c454c5a85c25680007d5f5a82f5a2 (diff)
downloadpoky-0565bd03792a597e72d9af4af274aad19608a337.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>
-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