mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 21:32:13 +02:00
manuals: Remove unnecessary \n from SSTATE_MIRRORS examples
Since commit 044fb04d in bitbake (fetch2: Allow whitespace only mirror entries) there is no need to separate the entries in SSTATE_MIRRORS with "\n". (From yocto-docs rev: 87b34b69b2df72d4e6edbd81839622fffd560331) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Reviewed-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
4760c3e264
commit
cd823f21f8
@@ -1904,7 +1904,7 @@ Behind the scenes, the shared state code works by looking in
|
||||
shared state files. Here is an example::
|
||||
|
||||
SSTATE_MIRRORS ?= "\
|
||||
file://.* https://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \
|
||||
file://.* https://someserver.tld/share/sstate/PATH;downloadfilename=PATH \
|
||||
file://.* file:///some/local/dir/sstate/PATH"
|
||||
|
||||
.. note::
|
||||
|
||||
@@ -7213,7 +7213,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/(.*) https://server_url_sstate_path/universal-4.8/\1 \n"
|
||||
SSTATE_MIRRORS ?= "file://universal-4.9/(.*) https://server_url_sstate_path/universal-4.8/\1"
|
||||
|
||||
If a mirror uses the same structure as
|
||||
:term:`SSTATE_DIR`, you need to add "PATH" at the
|
||||
@@ -7222,7 +7222,7 @@ system and gives an overview of their function and contents.
|
||||
::
|
||||
|
||||
SSTATE_MIRRORS ?= "\
|
||||
file://.* https://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \
|
||||
file://.* https://someserver.tld/share/sstate/PATH;downloadfilename=PATH \
|
||||
file://.* file:///some-local-dir/sstate/PATH"
|
||||
|
||||
:term:`SSTATE_SCAN_FILES`
|
||||
|
||||
Reference in New Issue
Block a user