summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-06-14 13:01:57 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-19 08:42:18 +0100
commitebed0191f960ad8f5a54427ce734b924fec40bc2 (patch)
treeb8bd2df0adc7b0113ee9ce3e7b901f5e2a81b8f7 /documentation
parenta779b36e9c17f2b4afcc19d8e796e057d4c2289a (diff)
downloadpoky-ebed0191f960ad8f5a54427ce734b924fec40bc2.tar.gz
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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml2
-rw-r--r--documentation/ref-manual/technical-details.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 2d16019caa..433893b93d 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -11994,7 +11994,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11994 directory structure. 11994 directory structure.
11995 <literallayout class='monospaced'> 11995 <literallayout class='monospaced'>
11996 SSTATE_MIRRORS ?= "\ 11996 SSTATE_MIRRORS ?= "\
11997 file://.* http://<replaceable>someserver</replaceable>.tld/share/sstate/PATH \n \ 11997 file://.* http://<replaceable>someserver</replaceable>.tld/share/sstate/PATH;downloadfilename=PATH \n \
11998 file://.* file:///<replaceable>some-local-dir</replaceable>/sstate/PATH" 11998 file://.* file:///<replaceable>some-local-dir</replaceable>/sstate/PATH"
11999 </literallayout> 11999 </literallayout>
12000 </para> 12000 </para>
diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml
index f06382ab52..f6004908a9 100644
--- a/documentation/ref-manual/technical-details.xml
+++ b/documentation/ref-manual/technical-details.xml
@@ -722,7 +722,7 @@
722 Here is an example: 722 Here is an example:
723 <literallayout class='monospaced'> 723 <literallayout class='monospaced'>
724 SSTATE_MIRRORS ?= "\ 724 SSTATE_MIRRORS ?= "\
725 file://.* http://someserver.tld/share/sstate/PATH \n \ 725 file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \
726 file://.* file:///some/local/dir/sstate/PATH" 726 file://.* file:///some/local/dir/sstate/PATH"
727 </literallayout> 727 </literallayout>
728 <note> 728 <note>