diff options
Diffstat (limited to 'documentation/dev-manual')
-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 | ||