diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-07-15 11:56:39 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-07-15 13:57:32 +0100 |
commit | 818d4054941fcd78125bcdb0e3e0896e2be79636 (patch) | |
tree | f705f66e881cb13f88ed48ed073f7cb29a9b3ce2 /documentation/ref-manual | |
parent | f3da837ad2c1e3a5bab6528da0505bd356e578b5 (diff) | |
download | poky-818d4054941fcd78125bcdb0e3e0896e2be79636.tar.gz |
ref-manual/structure.rst: remove shared PERSISTENT_DIR mentions
PERSISTENT_DIR should _not_ be shared, I got that wrong in my previous
commit 741aa29898dc ("ref-manual/structure.rst: update with info on
PERSISTENT_DIR"). Remove these mentions.
(From yocto-docs rev: 4c7fc7a6e9b0b957bcf0deb66adb0a6d9ebead00)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/structure.rst | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/documentation/ref-manual/structure.rst b/documentation/ref-manual/structure.rst index bf23e2cfe3..c9c44bc633 100644 --- a/documentation/ref-manual/structure.rst +++ b/documentation/ref-manual/structure.rst | |||
@@ -365,13 +365,6 @@ directory for multiple builds or move the directory to another location. | |||
365 | You can control the location of this directory through the | 365 | You can control the location of this directory through the |
366 | :term:`SSTATE_DIR` variable. | 366 | :term:`SSTATE_DIR` variable. |
367 | 367 | ||
368 | .. note:: | ||
369 | |||
370 | If you are sharing the :term:`SSTATE_DIR` directory for multiple builds and | ||
371 | you are using a :ref:`overview-manual/concepts:Hash Equivalence` server with | ||
372 | :term:`BB_HASHSERVE` you should also share the :term:`PERSISTENT_DIR` | ||
373 | directory. See :ref:`structure-build-cache` below. | ||
374 | |||
375 | .. _structure-build-tmp: | 368 | .. _structure-build-tmp: |
376 | 369 | ||
377 | ``build/tmp/`` | 370 | ``build/tmp/`` |
@@ -411,10 +404,6 @@ modification time (mtime) changes and hashing of file contents. If no | |||
411 | changes to the file are detected, then the parsed result stored in the | 404 | changes to the file are detected, then the parsed result stored in the |
412 | cache is reused. If the file has changed, it is reparsed. | 405 | cache is reused. If the file has changed, it is reparsed. |
413 | 406 | ||
414 | This directory and the :term:`SSTATE_DIR` directory can be shared for multiple | ||
415 | builds when using a :ref:`overview-manual/concepts:Hash Equivalence` server | ||
416 | with :term:`BB_HASHSERVE`. | ||
417 | |||
418 | .. _structure-build-tmp-deploy: | 407 | .. _structure-build-tmp-deploy: |
419 | 408 | ||
420 | ``build/tmp/deploy/`` | 409 | ``build/tmp/deploy/`` |