summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/technical-details.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-06-14 13:01:57 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-06-21 12:59:07 +0100
commit11b6dd1e8131dc770381c16406e85097c0715f21 (patch)
tree43f090c790167e9fff7ef2a55a7d29cbe84a5457 /documentation/ref-manual/technical-details.xml
parent06897329300abdfd74780fbf11f1c920ca6ef7c7 (diff)
downloadpoky-11b6dd1e8131dc770381c16406e85097c0715f21.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: e07674cd0665c485173eaa05c4072c287411b81f) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/technical-details.xml')
-rw-r--r--documentation/ref-manual/technical-details.xml2
1 files changed, 1 insertions, 1 deletions
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>