From e815381e94e089b527942ff7e5108b0d435d7a05 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 26 Feb 2018 17:39:23 -0800 Subject: brief-yoctoprojectqs: Added "tip" to use mirrors to speed build. (From yocto-docs rev: 4088481f081e4746da4a774648a59d6ec31439b7) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../brief-yoctoprojectqs/brief-yoctoprojectqs.xml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'documentation/brief-yoctoprojectqs') 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 @@ local.conf becomes available in a conf subdirectory of the Build Directory. - For this quick start, the defaults are set to build + For this example, the defaults are set to build for a qemux86 target, which is suitable for emulation. The package manager used is set to the RPM package manager. + + You can significantly speed up your build and guard + against fetcher failures by using mirrors. + To use mirrors, add these lines to your + local.conf file in the Build + directory: + + 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 \ + " + + Start the Build: -- cgit v1.2.3-54-g00ecf