From de069431bfa1afe5fa8706e8706365b7a36f8ee4 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Wed, 26 Jan 2022 14:16:31 +0100 Subject: 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 Signed-off-by: Richard Purdie --- documentation/sdk-manual/appendix-customizing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/sdk-manual/appendix-customizing.rst') 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: to find the configuration. The variable you need to set is :term:`SSTATE_MIRRORS`:: - SSTATE_MIRRORS = "file://.* http://example.com/some_path/sstate-cache/PATH" + SSTATE_MIRRORS = "file://.* https://example.com/some_path/sstate-cache/PATH" You can set the :term:`SSTATE_MIRRORS` variable in two different places: -- cgit v1.2.3-54-g00ecf