summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides
diff options
context:
space:
mode:
authorNiko Mauno <niko.mauno@vaisala.com>2024-10-16 14:09:39 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-10-23 12:28:40 +0100
commit58fa363b965e11757cb40670139441e3badd39b7 (patch)
tree3174c4695a1f06e5c6ca35991ec27dc0bd33c603 /documentation/migration-guides
parent581f498489cc80b3841fc7e160131746f1a90c2a (diff)
downloadpoky-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/migration-guides')
-rw-r--r--documentation/migration-guides/migration-5.1.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/migration-guides/migration-5.1.rst b/documentation/migration-guides/migration-5.1.rst
index 9d8f4b3c6d..18b445c6b5 100644
--- a/documentation/migration-guides/migration-5.1.rst
+++ b/documentation/migration-guides/migration-5.1.rst
@@ -142,6 +142,12 @@ The following variables have been removed:
142- ``TCLIBCAPPEND`` is now removed as sharing :term:`TMPDIR` for multiple libc 142- ``TCLIBCAPPEND`` is now removed as sharing :term:`TMPDIR` for multiple libc
143 providers has been supported for years. 143 providers has been supported for years.
144 144
145- ``VOLATILE_LOG_DIR``: :term:`FILESYSTEM_PERMS_TABLES` is now used instead.
146 By default, :term:`FILESYSTEM_PERMS_TABLES` now contains the value
147 ``files/fs-perms-volatile-log.txt``, which means that volatile log is
148 enabled. Users can disable the volatile log by removing the value
149 ``files/fs-perms-volatile-log.txt`` from :term:`FILESYSTEM_PERMS_TABLES`.
150
145.. _migration-5.1-removed-recipes: 151.. _migration-5.1-removed-recipes:
146 152
147Removed recipes 153Removed recipes