diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-07-31 15:03:56 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-08 23:41:10 +0100 |
commit | e18b593172acba38477133d64d14d27d39306b1d (patch) | |
tree | f91b56ba46e65e58c39fa01f0887ae3d1e16d36c /documentation/dev-manual/start.rst | |
parent | a4d83b4986f7acc9be6f61636e31644efd6da0ee (diff) | |
download | poky-e18b593172acba38477133d64d14d27d39306b1d.tar.gz |
dev-manual: add a hash equivalence server setup document
Add a small document to describe how to start a Hash Equivalence server
with bitbake-hashserv, the reference server provided by BitBake.
Update reference to hash equivalence in other places in the
documentation to mention this document.
Move the note from the concepts document to the new document, as a
warning note.
[YOCTO #15921]
(From yocto-docs rev: 4ff998336efdc507de1311e43bf8f4a6258c610a)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/start.rst')
-rw-r--r-- | documentation/dev-manual/start.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/dev-manual/start.rst b/documentation/dev-manual/start.rst index dd0eebc0a5..77ba16e2f5 100644 --- a/documentation/dev-manual/start.rst +++ b/documentation/dev-manual/start.rst | |||
@@ -234,6 +234,10 @@ particular working environment and set of practices. | |||
234 | Yocto Project Overview and Concepts Manual for more details on the hash | 234 | Yocto Project Overview and Concepts Manual for more details on the hash |
235 | equivalence feature. | 235 | equivalence feature. |
236 | 236 | ||
237 | See the :doc:`/dev-manual/hashequivserver` section of the Yocto Project | ||
238 | Development Tasks Manual for details on how to setup a | ||
239 | :ref:`overview-manual/concepts:Hash Equivalence` server. | ||
240 | |||
237 | - Set up an Autobuilder and have it populate the sstate cache and | 241 | - Set up an Autobuilder and have it populate the sstate cache and |
238 | source directories. | 242 | source directories. |
239 | 243 | ||