diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-01-03 15:59:05 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-18 10:27:52 +0000 |
commit | b8a4cec3f4d06a54f914c6c3c84d97fff50efd97 (patch) | |
tree | 4c9dda5d9790f97de27451fbfe41ddf1de0ff02a /bitbake/doc/bitbake-user-manual | |
parent | 776fc5fc4644ea3d8677ce409ed9c802f1c03314 (diff) | |
download | poky-b8a4cec3f4d06a54f914c6c3c84d97fff50efd97.tar.gz |
bitbake: doc: bitbake-user-manual: expand BB_HASHSERVE explanations
(Bitbake rev: 143070a647b7db902a68d81f0b488e45e4d3f6bb)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc/bitbake-user-manual')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst | 5 |
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. |