mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
3a6185404e
commit
de069431bf
@@ -7196,7 +7196,7 @@ system and gives an overview of their function and contents.
|
||||
following maps the local search path ``universal-4.9`` to the
|
||||
server-provided path server_url_sstate_path::
|
||||
|
||||
SSTATE_MIRRORS ?= "file://universal-4.9/(.*) http://server_url_sstate_path/universal-4.8/\1 \n"
|
||||
SSTATE_MIRRORS ?= "file://universal-4.9/(.*) https://server_url_sstate_path/universal-4.8/\1 \n"
|
||||
|
||||
If a mirror uses the same structure as
|
||||
:term:`SSTATE_DIR`, you need to add "PATH" at the
|
||||
@@ -7205,7 +7205,7 @@ system and gives an overview of their function and contents.
|
||||
::
|
||||
|
||||
SSTATE_MIRRORS ?= "\
|
||||
file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \
|
||||
file://.* https://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \
|
||||
file://.* file:///some-local-dir/sstate/PATH"
|
||||
|
||||
:term:`SSTATE_SCAN_FILES`
|
||||
|
||||
Reference in New Issue
Block a user