aboutsummaryrefslogtreecommitdiffstats
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:17:30 +0100
commit0ab3255f8e9d9c8c8aa4788504ab06a50d1bb1f2 (patch)
treeff270a703427d918fdbadc0a31fe11da9ee2b8e9
parent1e7655c4f765ba7b4791c4cca048a69bf8d9c93d (diff)
downloadbitbake-0ab3255f8e9d9c8c8aa4788504ab06a50d1bb1f2.tar.gz
docs: Add BB_HASHSERVE definition to glossary
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst b/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
index a1e2440ba..673010767 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
+++ b/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
@@ -313,6 +313,16 @@ overview of their function and contents.
However, the more accurate the data returned, the more efficient the
build will be.
+ :term:`BB_HASHSERVE`
+ Specifies the Hash Equivalence server to use.
+
+ If set to ``auto``, BitBake automatically starts its own server
+ over a UNIX domain socket.
+
+ If set to ``host:port``, BitBake will use a remote server on the
+ specified host. This allows multiple clients to share the same
+ hash equivalence data.
+
:term:`BB_INVALIDCONF`
Used in combination with the ``ConfigParsed`` event to trigger
re-parsing the base metadata (i.e. all the recipes). The