diff options
| author | Antonin Godard <antonin.godard@bootlin.com> | 2025-07-09 09:57:29 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-07-11 13:30:44 +0100 |
| commit | 1eab7980ae5bbae4cd8e257b74df0739a66b17f5 (patch) | |
| tree | 205b0649ffc5abd64201c7478e91efd614218b35 /documentation | |
| parent | e790ad0f3ec6bbe078fe864851d3760aae064316 (diff) | |
| download | poky-1eab7980ae5bbae4cd8e257b74df0739a66b17f5.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: 3954eda78f22f205cbd31857f5b0992900fe7b02)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/dev-manual/start.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/dev-manual/start.rst b/documentation/dev-manual/start.rst index 44bd2de137..7aea3974a8 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 | ||
