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