summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index adb104e202..d4f40b6929 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -7196,7 +7196,7 @@ system and gives an overview of their function and contents.
7196 following maps the local search path ``universal-4.9`` to the 7196 following maps the local search path ``universal-4.9`` to the
7197 server-provided path server_url_sstate_path:: 7197 server-provided path server_url_sstate_path::
7198 7198
7199 SSTATE_MIRRORS ?= "file://universal-4.9/(.*) http://server_url_sstate_path/universal-4.8/\1 \n" 7199 SSTATE_MIRRORS ?= "file://universal-4.9/(.*) https://server_url_sstate_path/universal-4.8/\1 \n"
7200 7200
7201 If a mirror uses the same structure as 7201 If a mirror uses the same structure as
7202 :term:`SSTATE_DIR`, you need to add "PATH" at the 7202 :term:`SSTATE_DIR`, you need to add "PATH" at the
@@ -7205,7 +7205,7 @@ system and gives an overview of their function and contents.
7205 :: 7205 ::
7206 7206
7207 SSTATE_MIRRORS ?= "\ 7207 SSTATE_MIRRORS ?= "\
7208 file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \ 7208 file://.* https://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \
7209 file://.* file:///some-local-dir/sstate/PATH" 7209 file://.* file:///some-local-dir/sstate/PATH"
7210 7210
7211 :term:`SSTATE_SCAN_FILES` 7211 :term:`SSTATE_SCAN_FILES`