diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-04-18 18:56:44 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-04-18 18:57:06 +0100 |
commit | a31792eb283c214d0e168f072f544e84ad895387 (patch) | |
tree | 70ac3c7c736dc7f34dac9b1b04762d094627489e /meta-poky/conf | |
parent | 1b2f8e6de6b3566f85872c63c0547f2e806e35a2 (diff) | |
download | poky-a31792eb283c214d0e168f072f544e84ad895387.tar.gz |
meta-poky/local.conf.sample: Add sstate mirror example for 2.5
(From meta-yocto rev: c7c5dc19ed6487c597db1f4c5b3a829457ed1a45)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky/conf')
-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 |