summaryrefslogtreecommitdiffstats
path: root/bitbake/doc
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-06-04 18:26:47 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-06-06 23:18:26 +0100
commit3a740684a32853aff155a152050880caf2b17b19 (patch)
treed598e34cbf155b5e77f7acff5cb083687411da8d /bitbake/doc
parent66f22c0bd19a81ee7ccb49543f24a4f90fc012ba (diff)
downloadpoky-3a740684a32853aff155a152050880caf2b17b19.tar.gz
bitbake: docs: Add BB_HASHSERVE definition to glossary
(Bitbake rev: 0ab3255f8e9d9c8c8aa4788504ab06a50d1bb1f2) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
index a1e2440ba8..6730107673 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
@@ -313,6 +313,16 @@ overview of their function and contents.
313 However, the more accurate the data returned, the more efficient the 313 However, the more accurate the data returned, the more efficient the
314 build will be. 314 build will be.
315 315
316 :term:`BB_HASHSERVE`
317 Specifies the Hash Equivalence server to use.
318
319 If set to ``auto``, BitBake automatically starts its own server
320 over a UNIX domain socket.
321
322 If set to ``host:port``, BitBake will use a remote server on the
323 specified host. This allows multiple clients to share the same
324 hash equivalence data.
325
316 :term:`BB_INVALIDCONF` 326 :term:`BB_INVALIDCONF`
317 Used in combination with the ``ConfigParsed`` event to trigger 327 Used in combination with the ``ConfigParsed`` event to trigger
318 re-parsing the base metadata (i.e. all the recipes). The 328 re-parsing the base metadata (i.e. all the recipes). The