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: