summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual/concepts.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-01-26 14:16:31 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-03 13:47:50 +0000
commitde069431bfa1afe5fa8706e8706365b7a36f8ee4 (patch)
treec3cf9b9918b8fb4782451293ba4d925b3f6005d5 /documentation/overview-manual/concepts.rst
parent3a6185404e241790bd17cb563e33eec4a0a9296a (diff)
downloadpoky-de069431bfa1afe5fa8706e8706365b7a36f8ee4.tar.gz
manuals: propose https for SSTATE_MIRRORS
Both http and https work, but https should raise fewer questions from users. (From yocto-docs rev: e3bf892b1328b5c43ab041ba6c850e2782f54bdf) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/overview-manual/concepts.rst')
-rw-r--r--documentation/overview-manual/concepts.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst
index 5698d93759..5cb5cb7127 100644
--- a/documentation/overview-manual/concepts.rst
+++ b/documentation/overview-manual/concepts.rst
@@ -1904,7 +1904,7 @@ Behind the scenes, the shared state code works by looking in
1904shared state files. Here is an example:: 1904shared state files. Here is an example::
1905 1905
1906 SSTATE_MIRRORS ?= "\ 1906 SSTATE_MIRRORS ?= "\
1907 file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \ 1907 file://.* https://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \
1908 file://.* file:///some/local/dir/sstate/PATH" 1908 file://.* file:///some/local/dir/sstate/PATH"
1909 1909
1910.. note:: 1910.. note::