diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-07-09 09:57:30 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-07-11 13:30:44 +0100 |
commit | d4a065a7e87af37651d25b8092c7dc10aaa4ce10 (patch) | |
tree | b900983193a711157b1698a7c63c3f6850bbdda5 | |
parent | 1eab7980ae5bbae4cd8e257b74df0739a66b17f5 (diff) | |
download | poky-d4a065a7e87af37651d25b8092c7dc10aaa4ce10.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: f3aa0e8f0d15f036b65253c1e0036eb7e1e16088)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 b34de4d361..99a8f02a03 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 | ||