summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-01-03 15:59:05 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-18 10:27:48 +0000
commit143070a647b7db902a68d81f0b488e45e4d3f6bb (patch)
tree43b6e200de313e811bed31659de9553df637d266 /doc
parent81c09d434aed13fcfc4ba426ae6a0b849447eb5f (diff)
downloadbitbake-143070a647b7db902a68d81f0b488e45e4d3f6bb.tar.gz
doc: bitbake-user-manual: expand BB_HASHSERVE explanations
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst5
1 files changed, 4 insertions, 1 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 3160a41ae..e0f661cdf 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
+++ b/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
@@ -386,7 +386,10 @@ overview of their function and contents.
The remote server can be started manually through
the ``bin/bitbake-hashserv`` script provided by BitBake,
- which supports UNIX domain sockets too.
+ which supports UNIX domain sockets too. This script also allows
+ to start the server in read-only mode, to avoid accepting
+ equivalences that correspond to Share State caches that are
+ only available on specific clients.
:term:`BB_HASHSERVE_UPSTREAM`
Specifies an upstream Hash Equivalence server.