From 10b372392a6d28e69f362008d45b2e123804cae7 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 2 Apr 2018 13:24:22 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'documentation/brief-yoctoprojectqs') 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 @@ SSTATE_MIRRORS = "\ file://.* http://sstate.yoctoproject.org/dev/PATH;downloadfilename=PATH \n \ - file://.* http://sstate.yoctoproject.org/2.3/PATH;downloadfilename=PATH \n \ - file://.* http://sstate.yoctoproject.org/2.4/PATH;downloadfilename=PATH \n \ + file://.* http://sstate.yoctoproject.org/&YOCTO_DOC_VERSION_MINUS_ONE;/PATH;downloadfilename=PATH \n \ + file://.* http://sstate.yoctoproject.org/&YOCTO_DOC_VERSION;/PATH;downloadfilename=PATH \n \ " The previous examples showed how to add sstate - paths for Yocto Project 2.3, 2.4, and a development - area. + paths for Yocto Project &YOCTO_DOC_VERSION_MINUS_ONE;, + &YOCTO_DOC_VERSION;, and a development area. For a complete index of sstate locations, see . -- cgit v1.2.3-54-g00ecf