diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-09-15 14:26:50 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-09-26 16:40:40 +0100 |
commit | bb0dff2e2327552061139746c37aa62cfdd5ec38 (patch) | |
tree | 7f98447b15f15fda833b461b7578e9069ff2f497 /documentation/ref-manual | |
parent | 0f03228d0c0a8eb22b088e7ba06fe7b0321b1a19 (diff) | |
download | poky-bb0dff2e2327552061139746c37aa62cfdd5ec38.tar.gz |
ref-manual/structure.rst: extend PERSISTENT_DIR description
Extend the description of PERSISTENT_DIR to mention that it should not
be shared between builds. Add a note on sharing the hash equivalence
database by setting up a server and not sharing the file in this
directory.
[YOCTO #15727]
(From yocto-docs rev: 0ff0233770b77f9e74f4241dfb555dac2741d8b9)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/structure.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/documentation/ref-manual/structure.rst b/documentation/ref-manual/structure.rst index c9c44bc633..660cc9be1b 100644 --- a/documentation/ref-manual/structure.rst +++ b/documentation/ref-manual/structure.rst | |||
@@ -253,6 +253,17 @@ It also contains ``sanity_info``, a text file keeping track of important | |||
253 | build information such as the values of :term:`TMPDIR`, :term:`SSTATE_DIR`, | 253 | build information such as the values of :term:`TMPDIR`, :term:`SSTATE_DIR`, |
254 | as well as the name and version of the host distribution. | 254 | as well as the name and version of the host distribution. |
255 | 255 | ||
256 | This directory should not be shared between builds. | ||
257 | |||
258 | .. note:: | ||
259 | |||
260 | The default location of the :ref:`overview-manual/concepts:Hash Equivalence` | ||
261 | database is this directory (when :term:`BB_HASHSERVE` is set to ``auto``). If | ||
262 | you need to share the :ref:`overview-manual/concepts:Hash Equivalence` | ||
263 | database, don't share this file and instead refer to the | ||
264 | :doc:`/dev-manual/hashequivserver` document of the Yocto Project Development | ||
265 | Tasks Manual to setup Hash Equivalence server. | ||
266 | |||
256 | .. _structure-build-conf-local.conf: | 267 | .. _structure-build-conf-local.conf: |
257 | 268 | ||
258 | ``build/conf/local.conf`` | 269 | ``build/conf/local.conf`` |