summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst5
1 files changed, 4 insertions, 1 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 3160a41ae9..e0f661cdf5 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
@@ -386,7 +386,10 @@ overview of their function and contents.
386 386
387 The remote server can be started manually through 387 The remote server can be started manually through
388 the ``bin/bitbake-hashserv`` script provided by BitBake, 388 the ``bin/bitbake-hashserv`` script provided by BitBake,
389 which supports UNIX domain sockets too. 389 which supports UNIX domain sockets too. This script also allows
390 to start the server in read-only mode, to avoid accepting
391 equivalences that correspond to Share State caches that are
392 only available on specific clients.
390 393
391 :term:`BB_HASHSERVE_UPSTREAM` 394 :term:`BB_HASHSERVE_UPSTREAM`
392 Specifies an upstream Hash Equivalence server. 395 Specifies an upstream Hash Equivalence server.