summaryrefslogtreecommitdiffstats
path: root/documentation/brief-yoctoprojectqs
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/brief-yoctoprojectqs')
-rw-r--r--documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.xml16
1 files changed, 15 insertions, 1 deletions
diff --git a/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.xml b/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.xml
index f79cadaf5b..b1a2ed403f 100644
--- a/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.xml
+++ b/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.xml
@@ -228,11 +228,25 @@
228 <filename>local.conf</filename> becomes available in 228 <filename>local.conf</filename> becomes available in
229 a <filename>conf</filename> subdirectory of the 229 a <filename>conf</filename> subdirectory of the
230 Build Directory. 230 Build Directory.
231 For this quick start, the defaults are set to build 231 For this example, the defaults are set to build
232 for a <filename>qemux86</filename> target, which is 232 for a <filename>qemux86</filename> target, which is
233 suitable for emulation. 233 suitable for emulation.
234 The package manager used is set to the RPM package 234 The package manager used is set to the RPM package
235 manager. 235 manager.
236 <tip>
237 You can significantly speed up your build and guard
238 against fetcher failures by using mirrors.
239 To use mirrors, add these lines to your
240 <filename>local.conf</filename> file in the Build
241 directory:
242 <literallayout class='monospaced'>
243 SSTATE_MIRRORS = "\
244 file://.* http://sstate.yoctoproject.org/dev/PATH;downloadfilename=PATH \n \
245 file://.* http://sstate.yoctoproject.org/2.3/PATH;downloadfilename=PATH \n \
246 file://.* http://sstate.yoctoproject.org/2.4/PATH;downloadfilename=PATH \n \
247 "
248 </literallayout>
249 </tip>
236 </para></listitem> 250 </para></listitem>
237 <listitem><para> 251 <listitem><para>
238 <emphasis>Start the Build:</emphasis> 252 <emphasis>Start the Build:</emphasis>