diff options
-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 |