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:56:44 +0100 |
commit | c7c5dc19ed6487c597db1f4c5b3a829457ed1a45 (patch) | |
tree | d9a42e5bcc9f0c3b5d6eb74e283adcce8fee8f5f | |
parent | db28e5c97895d2a25098aaac7f0a65d4f2a01866 (diff) | |
download | openembedded-core-contrib-c7c5dc19ed6487c597db1f4c5b3a829457ed1a45.tar.gz |
meta-poky/local.conf.sample: Add sstate mirror example for 2.5
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 675d3a2452e..aa8df40b87e 100644 --- a/meta-poky/conf/local.conf.sample +++ b/meta-poky/conf/local.conf.sample @@ -218,6 +218,17 @@ BB_DISKMON_DIRS ??= "\ #file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \ #file://.* file:///some/local/dir/sstate/PATH" +# +# Yocto Project SState Mirror +# +# The Yocto Project has prebuilt artefacts available for its releases, you can enable +# use of these by uncommenting the following line. This will mean the build uses +# the network to check for artefacts at the start of builds, which does slow it down +# equally, it will also speed up the builds by not having to build things if they are +# present in the cache. It assumes you can download something faster than you can build it +# which will depend on your network. +# +#SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/2.5/PATH;downloadfilename=PATH" # # Qemu configuration |