summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-10-30 18:35:29 +0100
committerSteve Sakoman <steve@sakoman.com>2023-11-28 05:00:32 -1000
commit12643571ec8256e7051cd3cf029cdf96d72993a8 (patch)
treeff56c8fcd55bdbf4b5cb73c1e218ed47825440bb /documentation
parent9536f32528d0e1169b3a52b065eb32112d130b16 (diff)
downloadpoky-12643571ec8256e7051cd3cf029cdf96d72993a8.tar.gz
ref-manual: variables: mention new CDN for SSTATE_MIRRORS
(From yocto-docs rev: 57cf137a45070d45d4ae2518d6c45e226166bbee) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation')
-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 58a763cb3a..5a34ea7856 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -7619,6 +7619,16 @@ system and gives an overview of their function and contents.
7619 file://.* https://someserver.tld/share/sstate/PATH;downloadfilename=PATH \ 7619 file://.* https://someserver.tld/share/sstate/PATH;downloadfilename=PATH \
7620 file://.* file:///some-local-dir/sstate/PATH" 7620 file://.* file:///some-local-dir/sstate/PATH"
7621 7621
7622 The Yocto Project actually shares the cache data objects built by its
7623 autobuilder::
7624
7625 SSTATE_MIRRORS ?= "file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downloadfilename=PATH"
7626
7627 As such binary artifacts are built for the generic QEMU machines
7628 supported by the various Poky releases, they are less likely to be
7629 reusable in real projects building binaries optimized for a specific
7630 CPU family.
7631
7622 :term:`SSTATE_SCAN_FILES` 7632 :term:`SSTATE_SCAN_FILES`
7623 Controls the list of files the OpenEmbedded build system scans for 7633 Controls the list of files the OpenEmbedded build system scans for
7624 hardcoded installation paths. The variable uses a space-separated 7634 hardcoded installation paths. The variable uses a space-separated