diff options
| -rw-r--r-- | documentation/ref-manual/variables.rst | 10 |
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 |
