diff options
-rw-r--r-- | meta-poky/conf/local.conf.sample | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-poky/conf/local.conf.sample b/meta-poky/conf/local.conf.sample index 675d3a2452..aa8df40b87 100644 --- a/meta-poky/conf/local.conf.sample +++ b/meta-poky/conf/local.conf.sample | |||
@@ -218,6 +218,17 @@ BB_DISKMON_DIRS ??= "\ | |||
218 | #file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \ | 218 | #file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \ |
219 | #file://.* file:///some/local/dir/sstate/PATH" | 219 | #file://.* file:///some/local/dir/sstate/PATH" |
220 | 220 | ||
221 | # | ||
222 | # Yocto Project SState Mirror | ||
223 | # | ||
224 | # The Yocto Project has prebuilt artefacts available for its releases, you can enable | ||
225 | # use of these by uncommenting the following line. This will mean the build uses | ||
226 | # the network to check for artefacts at the start of builds, which does slow it down | ||
227 | # equally, it will also speed up the builds by not having to build things if they are | ||
228 | # present in the cache. It assumes you can download something faster than you can build it | ||
229 | # which will depend on your network. | ||
230 | # | ||
231 | #SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/2.5/PATH;downloadfilename=PATH" | ||
221 | 232 | ||
222 | # | 233 | # |
223 | # Qemu configuration | 234 | # Qemu configuration |