diff options
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 34d2ba6b4d..25a874f83e 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -7213,7 +7213,7 @@ system and gives an overview of their function and contents. | |||
7213 | following maps the local search path ``universal-4.9`` to the | 7213 | following maps the local search path ``universal-4.9`` to the |
7214 | server-provided path server_url_sstate_path:: | 7214 | server-provided path server_url_sstate_path:: |
7215 | 7215 | ||
7216 | SSTATE_MIRRORS ?= "file://universal-4.9/(.*) https://server_url_sstate_path/universal-4.8/\1 \n" | 7216 | SSTATE_MIRRORS ?= "file://universal-4.9/(.*) https://server_url_sstate_path/universal-4.8/\1" |
7217 | 7217 | ||
7218 | If a mirror uses the same structure as | 7218 | If a mirror uses the same structure as |
7219 | :term:`SSTATE_DIR`, you need to add "PATH" at the | 7219 | :term:`SSTATE_DIR`, you need to add "PATH" at the |
@@ -7222,7 +7222,7 @@ system and gives an overview of their function and contents. | |||
7222 | :: | 7222 | :: |
7223 | 7223 | ||
7224 | SSTATE_MIRRORS ?= "\ | 7224 | SSTATE_MIRRORS ?= "\ |
7225 | file://.* https://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \ | 7225 | file://.* https://someserver.tld/share/sstate/PATH;downloadfilename=PATH \ |
7226 | file://.* file:///some-local-dir/sstate/PATH" | 7226 | file://.* file:///some-local-dir/sstate/PATH" |
7227 | 7227 | ||
7228 | :term:`SSTATE_SCAN_FILES` | 7228 | :term:`SSTATE_SCAN_FILES` |