summaryrefslogtreecommitdiffstats
path: root/meta-poky
diff options
context:
space:
mode:
authorJoshua Watt <jpewhacker@gmail.com>2019-10-01 15:09:51 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-10-02 14:41:17 +0100
commiteb6a52f51fb465ff167bd3353ca540352fbc2c5c (patch)
tree98c96d94fcfcac601345df274dbbb487bf228273 /meta-poky
parent562de41ce7c576c96d55586637c156313c428ff4 (diff)
downloadpoky-eb6a52f51fb465ff167bd3353ca540352fbc2c5c.tar.gz
local.conf.sample: Add Hash Equivalence
Updates the local.conf sample file to reference the variables required to enable a local hash equivalence server. (From meta-yocto rev: 29c3a4087c4f358ab88193fdf3787f731a4f4913) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky')
-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.