diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-21 16:27:11 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-27 08:33:23 +0100 |
commit | 10e70b6fe0a572ac79b787a21ee1f8aa19303ac5 (patch) | |
tree | 92c1f3b9207d13dde6d9b2c372bdf11b2990e7df /meta-poky | |
parent | e0926eb0d11b33d10178db3bb4344b96499fb301 (diff) | |
download | poky-10e70b6fe0a572ac79b787a21ee1f8aa19303ac5.tar.gz |
local.conf.sample: Update sstate mirror entry with new hash equivalence setting
(From meta-yocto rev: d48a7514e400110a2755772bb456cbc74f7403f0)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 1d98182eb9fa059444c935967d1dc075535289db)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky')
-rw-r--r-- | meta-poky/conf/local.conf.sample | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-poky/conf/local.conf.sample b/meta-poky/conf/local.conf.sample index a94b613bac..67124d4bab 100644 --- a/meta-poky/conf/local.conf.sample +++ b/meta-poky/conf/local.conf.sample | |||
@@ -225,13 +225,15 @@ BB_DISKMON_DIRS ??= "\ | |||
225 | # Yocto Project SState Mirror | 225 | # Yocto Project SState Mirror |
226 | # | 226 | # |
227 | # The Yocto Project has prebuilt artefacts available for its releases, you can enable | 227 | # The Yocto Project has prebuilt artefacts available for its releases, you can enable |
228 | # use of these by uncommenting the following line. This will mean the build uses | 228 | # use of these by uncommenting the following lines. This will mean the build uses |
229 | # the network to check for artefacts at the start of builds, which does slow it down | 229 | # the network to check for artefacts at the start of builds, which does slow it down |
230 | # equally, it will also speed up the builds by not having to build things if they are | 230 | # equally, it will also speed up the builds by not having to build things if they are |
231 | # present in the cache. It assumes you can download something faster than you can build it | 231 | # present in the cache. It assumes you can download something faster than you can build it |
232 | # which will depend on your network. | 232 | # which will depend on your network. |
233 | # Note: For this to work you also need hash-equivalence passthrough to the matching server | ||
233 | # | 234 | # |
234 | #SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/2.5/PATH;downloadfilename=PATH" | 235 | #BB_HASHSERVE_UPSTREAM = "typhoon.yocto.io:8687" |
236 | #SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/3.4/PATH;downloadfilename=PATH" | ||
235 | 237 | ||
236 | # | 238 | # |
237 | # Qemu configuration | 239 | # Qemu configuration |