summaryrefslogtreecommitdiffstats
path: root/documentation/brief-yoctoprojectqs
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-02-26 17:39:23 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-03 08:35:26 +0000
commite815381e94e089b527942ff7e5108b0d435d7a05 (patch)
tree6b75ad9cb375338d7ef6a3cde418a26bbcf7735c /documentation/brief-yoctoprojectqs
parent2036d809ab555ddfac2e28e55f336c5d78fbb868 (diff)
downloadpoky-e815381e94e089b527942ff7e5108b0d435d7a05.tar.gz
brief-yoctoprojectqs: Added "tip" to use mirrors to speed build.
(From yocto-docs rev: 4088481f081e4746da4a774648a59d6ec31439b7) 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.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>