From 0ab3255f8e9d9c8c8aa4788504ab06a50d1bb1f2 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Fri, 4 Jun 2021 18:26:47 +0200 Subject: docs: Add BB_HASHSERVE definition to glossary Signed-off-by: Michael Opdenacker Signed-off-by: Richard Purdie --- doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- cgit 1.2.3-korg