summaryrefslogtreecommitdiffstats
path: root/bitbake/doc
diff options
context:
space:
mode:
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