From 24719557cb2358d2f30fc6c2be45dde699e64947 Mon Sep 17 00:00:00 2001 From: Antonin Godard Date: Wed, 9 Jul 2025 09:57:27 +0200 Subject: [PATCH] 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: 32655d051eddbec6ab154609ace25b86975818bf) Signed-off-by: Antonin Godard (cherry picked from commit a96640f98c91f147e05cf132efab114b1e7dc8eb) Signed-off-by: Antonin Godard Signed-off-by: Steve Sakoman --- documentation/test-manual/understand-autobuilder.rst | 6 ++++++ 1 file changed, 6 insertions(+) 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 an artifact, all the others can benefit from it. The usage of the directory within the build system is designed for sharing over NFS. +Shared Hash Equivalence Server +------------------------------ + +The Workers all use the same Hash Equivalence server, through a common +definition for :term:`BB_HASHSERVE`. + Resulttool ----------