summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-poky/conf/local.conf.sample14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-poky/conf/local.conf.sample b/meta-poky/conf/local.conf.sample
index c86eee4560..2e0bb41e64 100644
--- a/meta-poky/conf/local.conf.sample
+++ b/meta-poky/conf/local.conf.sample
@@ -248,6 +248,20 @@ PACKAGECONFIG_append_pn-qemu-system-native = " sdl"
248# a handy set of menus for controlling the emulator. 248# a handy set of menus for controlling the emulator.
249#PACKAGECONFIG_append_pn-qemu-system-native = " gtk+" 249#PACKAGECONFIG_append_pn-qemu-system-native = " gtk+"
250 250
251#
252# Hash Equivalence
253#
254# Enable support for automatically running a local hash equivalence server and
255# instruct bitbake to use a hash equivalence aware signature generator. Hash
256# equivalence improves reuse of sstate by detecting when a given sstate
257# artifact can be reused as equivalent, even if the current task hash doesn't
258# match the one that generated the artifact.
259#
260# A shared hash equivalent server can be set with "<HOSTNAME>:<PORT>" format
261#
262#BB_HASHSERVE = "auto"
263#BB_SIGNATURE_HANDLER = "OEEquivHash"
264
251# CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to 265# CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to
252# track the version of this file when it was generated. This can safely be ignored if 266# track the version of this file when it was generated. This can safely be ignored if
253# this doesn't mean anything to you. 267# this doesn't mean anything to you.