ref-manual: variables: document VOLATILE_TMP_DIR

(From yocto-docs rev: 9e66f080b3609e5d51648feec4d6d7ff72644e9e)

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
CC: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Michael Opdenacker
2023-04-05 12:11:28 +02:00
committed by Richard Purdie
parent 2368c2c884
commit 6406677e92

View File

@@ -9387,6 +9387,18 @@ system and gives an overview of their function and contents.
file is not persistent. You can override this setting by setting the
variable to "no" to make the log directory persistent.
:term:`VOLATILE_TMP_DIR`
Specifies the persistence of the target's ``/tmp`` directory.
By default, :term:`VOLATILE_TMP_DIR` is set to "yes", in which case
``/tmp`` links to a directory which resides in RAM in a ``tmpfs``
filesystem.
If instead, you want the ``/tmp`` directory to be persistent, set the
variable to "no" to make it a regular directory in the root filesystem.
This supports both sysvinit and systemd based systems.
:term:`WARN_QA`
Specifies the quality assurance checks whose failures are reported as
warnings by the OpenEmbedded build system. You set this variable in