diff options
Diffstat (limited to 'documentation/ref-manual/structure.rst')
-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`` |