mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 15:32:12 +02:00
bitbake: doc: bitbake-user-manual: expand BB_HASHSERVE and document BB_HASHSERVE_UPSTREAM
(Bitbake rev: 23cb09108b3064e46e79f6644b802f3539069088) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9c165097e8
commit
54bf414ef2
@@ -374,12 +374,32 @@ overview of their function and contents.
|
||||
Specifies the Hash Equivalence server to use.
|
||||
|
||||
If set to ``auto``, BitBake automatically starts its own server
|
||||
over a UNIX domain socket.
|
||||
over a UNIX domain socket. An option is to connect this server
|
||||
to an upstream one, by setting :term:`BB_HASHSERVE_UPSTREAM`.
|
||||
|
||||
If set to ``host:port``, BitBake will use a remote server on the
|
||||
If set to ``unix://path``, BitBake will connect to an existing
|
||||
hash server available over a UNIX domain socket.
|
||||
|
||||
If set to ``host:port``, BitBake will connect to a remote server on the
|
||||
specified host. This allows multiple clients to share the same
|
||||
hash equivalence data.
|
||||
|
||||
The remote server can be started manually through
|
||||
the ``bin/bitbake-hashserv`` script provided by BitBake,
|
||||
which supports UNIX domain sockets too.
|
||||
|
||||
:term:`BB_HASHSERVE_UPSTREAM`
|
||||
Specifies an upstream Hash Equivalence server.
|
||||
|
||||
This optional setting is only useful when a local Hash Equivalence
|
||||
server is started (setting :term:`BB_HASHSERVE` to ``auto``),
|
||||
and you wish the local server to query an upstream server for
|
||||
Hash Equivalence data.
|
||||
|
||||
Example usage::
|
||||
|
||||
BB_HASHSERVE_UPSTREAM = "typhoon.yocto.io:8687"
|
||||
|
||||
:term:`BB_INVALIDCONF`
|
||||
Used in combination with the ``ConfigParsed`` event to trigger
|
||||
re-parsing the base metadata (i.e. all the recipes). The
|
||||
|
||||
Reference in New Issue
Block a user