diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-07-09 09:57:30 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-07-17 13:57:58 -0700 |
commit | c56ce8b7cb220e067eb485aa7cfe61e03e8ebd80 (patch) | |
tree | 14ef0954e19a449b8d2b1170071c56c1661406a8 /documentation/overview-manual | |
parent | a306250d954b50aa962f18f74fbba80c967b5319 (diff) | |
download | poky-c56ce8b7cb220e067eb485aa7cfe61e03e8ebd80.tar.gz |
overview-manual/concepts.rst: mention PERSISTENT_DIR for user configuration
The PERSISTENT_DIR directory can also be customized to be shared, so
mention it in the list of configuration variables in local.conf.
(From yocto-docs rev: 89adf577754244c8304ae4fa2d3c7f5f2fe00ecc)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit f3aa0e8f0d15f036b65253c1e0036eb7e1e16088)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/overview-manual')
-rw-r--r-- | documentation/overview-manual/concepts.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst index c9405cdd33..6006df1ebd 100644 --- a/documentation/overview-manual/concepts.rst +++ b/documentation/overview-manual/concepts.rst | |||
@@ -277,6 +277,9 @@ in the ``meta-poky`` layer: | |||
277 | - *Shared State Directory:* Controlled by the | 277 | - *Shared State Directory:* Controlled by the |
278 | :term:`SSTATE_DIR` variable. | 278 | :term:`SSTATE_DIR` variable. |
279 | 279 | ||
280 | - *Persistent Data Directory:* Controlled by the | ||
281 | :term:`PERSISTENT_DIR` variable. | ||
282 | |||
280 | - *Build Output:* Controlled by the | 283 | - *Build Output:* Controlled by the |
281 | :term:`TMPDIR` variable. | 284 | :term:`TMPDIR` variable. |
282 | 285 | ||