summaryrefslogtreecommitdiffstats
path: root/documentation/brief-yoctoprojectqs
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-04-02 13:24:22 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-24 17:16:06 +0100
commit93675b147044ca972a924564100cda72df949b1d (patch)
tree8a2cc0ee615962d09556ea8e7dcef06360faba57 /documentation/brief-yoctoprojectqs
parent253e098ceb92d014729081794df7b890f61b8f4a (diff)
downloadpoky-93675b147044ca972a924564100cda72df949b1d.tar.gz
brief-yoctoprojectqs: Updated wording to use ENTITY variables
The tip box shows how to ure the mirrors for the most recent release and the most recent release minus one. I set these up to use variables rather than hardcoded releases. (From yocto-docs rev: ad47deb8ac1fc074ed3fdf3627609ac3ab38e92b) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/brief-yoctoprojectqs')
-rw-r--r--documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.xml b/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.xml
index d5080a0665..12d306d98e 100644
--- a/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.xml
+++ b/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.xml
@@ -261,13 +261,13 @@
261 <literallayout class='monospaced'> 261 <literallayout class='monospaced'>
262 SSTATE_MIRRORS = "\ 262 SSTATE_MIRRORS = "\
263 file://.* http://sstate.yoctoproject.org/dev/PATH;downloadfilename=PATH \n \ 263 file://.* http://sstate.yoctoproject.org/dev/PATH;downloadfilename=PATH \n \
264 file://.* http://sstate.yoctoproject.org/2.3/PATH;downloadfilename=PATH \n \ 264 file://.* http://sstate.yoctoproject.org/&YOCTO_DOC_VERSION_MINUS_ONE;/PATH;downloadfilename=PATH \n \
265 file://.* http://sstate.yoctoproject.org/2.4/PATH;downloadfilename=PATH \n \ 265 file://.* http://sstate.yoctoproject.org/&YOCTO_DOC_VERSION;/PATH;downloadfilename=PATH \n \
266 " 266 "
267 </literallayout> 267 </literallayout>
268 The previous examples showed how to add sstate 268 The previous examples showed how to add sstate
269 paths for Yocto Project 2.3, 2.4, and a development 269 paths for Yocto Project &YOCTO_DOC_VERSION_MINUS_ONE;,
270 area. 270 &YOCTO_DOC_VERSION;, and a development area.
271 For a complete index of sstate locations, see 271 For a complete index of sstate locations, see
272 <ulink url='http://sstate.yoctoproject.org/'></ulink>. 272 <ulink url='http://sstate.yoctoproject.org/'></ulink>.
273 </tip> 273 </tip>