summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual
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/sdk-manual
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/sdk-manual')
-rw-r--r--documentation/sdk-manual/appendix-customizing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/sdk-manual/appendix-customizing.rst b/documentation/sdk-manual/appendix-customizing.rst
index cac199bf7a..f8e56477f3 100644
--- a/documentation/sdk-manual/appendix-customizing.rst
+++ b/documentation/sdk-manual/appendix-customizing.rst
@@ -264,7 +264,7 @@ source, you need to do a number of things:
264 to find the configuration. The variable you need to set is 264 to find the configuration. The variable you need to set is
265 :term:`SSTATE_MIRRORS`:: 265 :term:`SSTATE_MIRRORS`::
266 266
267 SSTATE_MIRRORS = "file://.* http://example.com/some_path/sstate-cache/PATH" 267 SSTATE_MIRRORS = "file://.* https://example.com/some_path/sstate-cache/PATH"
268 268
269 You can set the :term:`SSTATE_MIRRORS` variable in two different places: 269 You can set the :term:`SSTATE_MIRRORS` variable in two different places:
270 270