diff options
author | Niko Mauno <niko.mauno@vaisala.com> | 2024-10-16 14:09:39 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-10-23 12:28:40 +0100 |
commit | 58fa363b965e11757cb40670139441e3badd39b7 (patch) | |
tree | 3174c4695a1f06e5c6ca35991ec27dc0bd33c603 /documentation/ref-manual/features.rst | |
parent | 581f498489cc80b3841fc7e160131746f1a90c2a (diff) | |
download | poky-58fa363b965e11757cb40670139441e3badd39b7.tar.gz |
docs: Replace VOLATILE_LOG_DIR with FILESYSTEM_PERMS_TABLES
The VOLATILE_LOG_DIR variable was removed and it's functionality
replaced with a FILESYSTEM_PERMS_TABLES entry in
https://git.yoctoproject.org/poky/commit/?id=2f8806deb7655b37d6f8d12ff54680d6acf7a298
("bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead")
(From yocto-docs rev: b1c22561878ba618eb69e4c8784ea346b989a0ea)
Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Reviewed-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/features.rst')
-rw-r--r-- | documentation/ref-manual/features.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/ref-manual/features.rst b/documentation/ref-manual/features.rst index b2ba731bb2..6e52dfce17 100644 --- a/documentation/ref-manual/features.rst +++ b/documentation/ref-manual/features.rst | |||
@@ -327,8 +327,9 @@ The image features available for all images are: | |||
327 | 327 | ||
328 | .. note:: | 328 | .. note:: |
329 | 329 | ||
330 | To make the ``/var/log`` directory on the target persistent, use the | 330 | To make the ``/var/log`` directory on the target persistent, remove the |
331 | :term:`VOLATILE_LOG_DIR` variable by setting it to "no". | 331 | ``files/fs-perms-volatile-log.txt`` value from |
332 | :term:`FILESYSTEM_PERMS_TABLES`. | ||
332 | 333 | ||
333 | - *ptest-pkgs:* Installs ptest packages for all ptest-enabled recipes. | 334 | - *ptest-pkgs:* Installs ptest packages for all ptest-enabled recipes. |
334 | 335 | ||