summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2025-07-09 09:57:29 +0200
committerSteve Sakoman <steve@sakoman.com>2025-07-17 13:57:58 -0700
commita306250d954b50aa962f18f74fbba80c967b5319 (patch)
tree4579761ca5c60df4e30b65c19302789e20fb813d
parentea4ca5422a5aee50142f2b98d5f171c302c0f7d8 (diff)
downloadpoky-a306250d954b50aa962f18f74fbba80c967b5319.tar.gz
dev-manual/start.rst: mention that PERSISTENT_DIR should be shared too
In the "Development environment summary", we mention that the shared state dir can be shared for developers, but PERSISTENT_DIR should be shared as well, otherwise bugs described in [1] can happen. [1]: https://bugzilla.yoctoproject.org/show_bug.cgi?id=15921 [YOCTO #15921] (From yocto-docs rev: 60a08db99a0562a7ff0856da2287d5339d37d239) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit 3954eda78f22f205cbd31857f5b0992900fe7b02) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--documentation/dev-manual/start.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/dev-manual/start.rst b/documentation/dev-manual/start.rst
index 798bca76ef..edeee92719 100644
--- a/documentation/dev-manual/start.rst
+++ b/documentation/dev-manual/start.rst
@@ -228,6 +228,11 @@ particular working environment and set of practices.
228 used by developers in the same organization and share the same 228 used by developers in the same organization and share the same
229 source directories on their machines. 229 source directories on their machines.
230 230
231 If the :term:`SSTATE_DIR` directory is shared for multiple developers,
232 and you are using a :ref:`overview-manual/concepts:Hash Equivalence`
233 server with :term:`BB_HASHSERVE`, the :term:`PERSISTENT_DIR` directory
234 (``${TOPDIR}/cache`` by default) should be shared too.
235
231 - Set up an Autobuilder and have it populate the sstate cache and 236 - Set up an Autobuilder and have it populate the sstate cache and
232 source directories. 237 source directories.
233 238