summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2025-09-15 14:28:03 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-11-03 17:43:31 +0000
commitc0e2fa79c774ecb58d0008fd138167630a4537b7 (patch)
tree74969fdd5d6e248f2ba6ac854d65dc5d2413f39e
parent993393b4d9d7ab56ac4f2bbc4a0b2fd3fc2de08a (diff)
downloadpoky-c0e2fa79c774ecb58d0008fd138167630a4537b7.tar.gz
bitbake: bitbake-user-manual/ref-variables: extend PERSISTENT_DIR doc
Extend the current documentation of PERSISTENT_DIR: - Mention that it also contains the hash equivalence database when BB_HASHSERVE = auto. - Mention that it should not be shared between builds. [YOCTO #15727] (Bitbake rev: 682c2dccb67a57ecbf93aac8e9deea88bff10155) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst9
1 files changed, 7 insertions, 2 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
index d091334a44..734c7858a2 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
@@ -1329,8 +1329,13 @@ overview of their function and contents.
1329 :term:`PERSISTENT_DIR` 1329 :term:`PERSISTENT_DIR`
1330 Specifies the directory BitBake uses to store data that should be 1330 Specifies the directory BitBake uses to store data that should be
1331 preserved between builds. In particular, the data stored is the data 1331 preserved between builds. In particular, the data stored is the data
1332 that uses BitBake's persistent data API and the data used by the PR 1332 that uses BitBake's persistent data API, the data used by the PR
1333 Server and PR Service. 1333 Server and PR Service, and the default location of the Hash Equivalence
1334 database (when :term:`BB_HASHSERVE` is set to ``auto``).
1335
1336 This directory should not be shared between different builds. If you need
1337 to share the Hash Equivalence database, you should setup a Hash
1338 Equivalence server instead.
1334 1339
1335 :term:`PF` 1340 :term:`PF`
1336 Specifies the recipe or package name and includes all version and 1341 Specifies the recipe or package name and includes all version and