summaryrefslogtreecommitdiffstats
path: root/meta-poky/conf/local.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'meta-poky/conf/local.conf.sample')
-rw-r--r--meta-poky/conf/local.conf.sample6
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