diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-04-05 12:11:28 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-04-13 11:59:58 +0100 |
| commit | 6406677e92fa341ff3c88f6cdcca56ad217500ba (patch) | |
| tree | 96ea679eb8561a5c43f93a04ea067de4ff991ed6 | |
| parent | 2368c2c884282785e5940dbe852d346e802e9e09 (diff) | |
| download | poky-6406677e92fa341ff3c88f6cdcca56ad217500ba.tar.gz | |
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>
| -rw-r--r-- | documentation/ref-manual/variables.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index c787a17937..62f28bd278 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
| @@ -9387,6 +9387,18 @@ system and gives an overview of their function and contents. | |||
| 9387 | file is not persistent. You can override this setting by setting the | 9387 | file is not persistent. You can override this setting by setting the |
| 9388 | variable to "no" to make the log directory persistent. | 9388 | variable to "no" to make the log directory persistent. |
| 9389 | 9389 | ||
| 9390 | :term:`VOLATILE_TMP_DIR` | ||
| 9391 | Specifies the persistence of the target's ``/tmp`` directory. | ||
| 9392 | |||
| 9393 | By default, :term:`VOLATILE_TMP_DIR` is set to "yes", in which case | ||
| 9394 | ``/tmp`` links to a directory which resides in RAM in a ``tmpfs`` | ||
| 9395 | filesystem. | ||
| 9396 | |||
| 9397 | If instead, you want the ``/tmp`` directory to be persistent, set the | ||
| 9398 | variable to "no" to make it a regular directory in the root filesystem. | ||
| 9399 | |||
| 9400 | This supports both sysvinit and systemd based systems. | ||
| 9401 | |||
| 9390 | :term:`WARN_QA` | 9402 | :term:`WARN_QA` |
| 9391 | Specifies the quality assurance checks whose failures are reported as | 9403 | Specifies the quality assurance checks whose failures are reported as |
| 9392 | warnings by the OpenEmbedded build system. You set this variable in | 9404 | warnings by the OpenEmbedded build system. You set this variable in |
