mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
ref-manual: Updated SSTATE_MIRRORS examples to match reality
Fixes [YOCTO #9773] Updated two examples that set SSTATE_MIRRORS so that they match the changes made by YOCTO #3220. (From yocto-docs rev: 6236e4dee686f1a6436d2ad0fc46441c802b3eb7) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a779b36e9c
commit
ebed0191f9
@@ -11994,7 +11994,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
|
||||
directory structure.
|
||||
<literallayout class='monospaced'>
|
||||
SSTATE_MIRRORS ?= "\
|
||||
file://.* http://<replaceable>someserver</replaceable>.tld/share/sstate/PATH \n \
|
||||
file://.* http://<replaceable>someserver</replaceable>.tld/share/sstate/PATH;downloadfilename=PATH \n \
|
||||
file://.* file:///<replaceable>some-local-dir</replaceable>/sstate/PATH"
|
||||
</literallayout>
|
||||
</para>
|
||||
|
||||
@@ -722,7 +722,7 @@
|
||||
Here is an example:
|
||||
<literallayout class='monospaced'>
|
||||
SSTATE_MIRRORS ?= "\
|
||||
file://.* http://someserver.tld/share/sstate/PATH \n \
|
||||
file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \
|
||||
file://.* file:///some/local/dir/sstate/PATH"
|
||||
</literallayout>
|
||||
<note>
|
||||
|
||||
Reference in New Issue
Block a user