diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-12 12:26:15 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-12 12:27:09 +0100 |
commit | bf47addb34debc049b59e5e466228f00045c2061 (patch) | |
tree | fc1919cd7ff80af4a7aafc0c0c002d7380d9e932 | |
parent | 77afb9b5606a94802dd14da9c6241a808f253c5e (diff) | |
download | poky-bf47addb34debc049b59e5e466228f00045c2061.tar.gz |
local.conf.sample: Update sstate mirror entry with new hash equivalence setting
(From meta-yocto rev: 1d98182eb9fa059444c935967d1dc075535289db)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 75b27167f1..7bdbba06b1 100644 --- a/meta-poky/conf/local.conf.sample +++ b/meta-poky/conf/local.conf.sample | |||
@@ -221,13 +221,15 @@ BB_DISKMON_DIRS ??= "\ | |||
221 | # Yocto Project SState Mirror | 221 | # Yocto Project SState Mirror |
222 | # | 222 | # |
223 | # The Yocto Project has prebuilt artefacts available for its releases, you can enable | 223 | # The Yocto Project has prebuilt artefacts available for its releases, you can enable |
224 | # use of these by uncommenting the following line. This will mean the build uses | 224 | # use of these by uncommenting the following lines. This will mean the build uses |
225 | # the network to check for artefacts at the start of builds, which does slow it down | 225 | # the network to check for artefacts at the start of builds, which does slow it down |
226 | # equally, it will also speed up the builds by not having to build things if they are | 226 | # equally, it will also speed up the builds by not having to build things if they are |
227 | # present in the cache. It assumes you can download something faster than you can build it | 227 | # present in the cache. It assumes you can download something faster than you can build it |
228 | # which will depend on your network. | 228 | # which will depend on your network. |
229 | # Note: For this to work you also need hash-equivalence passthrough to the matching server | ||
229 | # | 230 | # |
230 | #SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/2.5/PATH;downloadfilename=PATH" | 231 | #BB_HASHSERVE_UPSTREAM = "typhoon.yocto.io:8687" |
232 | #SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/3.4/PATH;downloadfilename=PATH" | ||
231 | 233 | ||
232 | # | 234 | # |
233 | # Qemu configuration | 235 | # Qemu configuration |