diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-07-09 09:57:27 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-07-11 13:30:44 +0100 |
commit | cbbac30edbae1f896593b90745217c4d7848066e (patch) | |
tree | 4f43c4f1e01ef9d28f7a7d64afb3b426f448f1da /documentation | |
parent | aaf748b28c2694a88888457faff747f078d4a0a5 (diff) | |
download | poky-cbbac30edbae1f896593b90745217c4d7848066e.tar.gz |
test-manual/understand-autobuilder.rst: mention hashequiv server
The autobuilder also uses a shared Hash Equivalence server, so mention
it here too.
(From yocto-docs rev: a96640f98c91f147e05cf132efab114b1e7dc8eb)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/test-manual/understand-autobuilder.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/test-manual/understand-autobuilder.rst b/documentation/test-manual/understand-autobuilder.rst index 7f4d1be3cd..23b3ef7d7f 100644 --- a/documentation/test-manual/understand-autobuilder.rst +++ b/documentation/test-manual/understand-autobuilder.rst | |||
@@ -184,6 +184,12 @@ directory to be shared between them. This means once a Worker has built | |||
184 | an artifact, all the others can benefit from it. The usage of the directory | 184 | an artifact, all the others can benefit from it. The usage of the directory |
185 | within the build system is designed for sharing over NFS. | 185 | within the build system is designed for sharing over NFS. |
186 | 186 | ||
187 | Shared Hash Equivalence Server | ||
188 | ------------------------------ | ||
189 | |||
190 | The Workers all use the same Hash Equivalence server, through a common | ||
191 | definition for :term:`BB_HASHSERVE`. | ||
192 | |||
187 | Resulttool | 193 | Resulttool |
188 | ---------- | 194 | ---------- |
189 | 195 | ||