summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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