diff options
author | Niko Mauno <niko.mauno@vaisala.com> | 2024-10-16 14:09:40 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-10-23 12:28:40 +0100 |
commit | bf4f76d4d15fcd7056d3e14bb99a7d1a6e8e5688 (patch) | |
tree | 6ac863a85e5032788862cacbcf7a259ac7eddb05 /documentation/migration-guides | |
parent | 58fa363b965e11757cb40670139441e3badd39b7 (diff) | |
download | poky-bf4f76d4d15fcd7056d3e14bb99a7d1a6e8e5688.tar.gz |
docs: Replace VOLATILE_TMP_DIR with FILESYSTEM_PERMS_TABLES
The VOLATILE_TMP_DIR variable was removed and it's functionality
replaced with a FILESYSTEM_PERMS_TABLES entry in
https://git.yoctoproject.org/poky/commit/?id=2f46b6f27dfa3a9d5ad177900fcecfe64c3536f1
("bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead")
(From yocto-docs rev: 1ef0eabaa07cc39075a040b99a5c11567d745408)
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.rst | 6 | ||||
-rw-r--r-- | documentation/migration-guides/release-notes-4.2.rst | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/documentation/migration-guides/migration-5.1.rst b/documentation/migration-guides/migration-5.1.rst index 18b445c6b5..d3c28f8b34 100644 --- a/documentation/migration-guides/migration-5.1.rst +++ b/documentation/migration-guides/migration-5.1.rst | |||
@@ -148,6 +148,12 @@ The following variables have been removed: | |||
148 | enabled. Users can disable the volatile log by removing the value | 148 | enabled. Users can disable the volatile log by removing the value |
149 | ``files/fs-perms-volatile-log.txt`` from :term:`FILESYSTEM_PERMS_TABLES`. | 149 | ``files/fs-perms-volatile-log.txt`` from :term:`FILESYSTEM_PERMS_TABLES`. |
150 | 150 | ||
151 | - ``VOLATILE_TMP_DIR``: :term:`FILESYSTEM_PERMS_TABLES` is now used instead. | ||
152 | By default, :term:`FILESYSTEM_PERMS_TABLES` now contains the value | ||
153 | ``files/fs-perms-volatile-tmp.txt``, which means that volatile tmp is | ||
154 | enabled. Users can disable the volatile tmp by removing the value | ||
155 | ``files/fs-perms-volatile-tmp.txt`` from :term:`FILESYSTEM_PERMS_TABLES`. | ||
156 | |||
151 | .. _migration-5.1-removed-recipes: | 157 | .. _migration-5.1-removed-recipes: |
152 | 158 | ||
153 | Removed recipes | 159 | Removed recipes |
diff --git a/documentation/migration-guides/release-notes-4.2.rst b/documentation/migration-guides/release-notes-4.2.rst index 30049b89f6..ee81d8367a 100644 --- a/documentation/migration-guides/release-notes-4.2.rst +++ b/documentation/migration-guides/release-notes-4.2.rst | |||
@@ -38,7 +38,7 @@ New Features / Enhancements in 4.2 | |||
38 | 38 | ||
39 | - New variables: | 39 | - New variables: |
40 | 40 | ||
41 | - :term:`VOLATILE_TMP_DIR` allows to specify | 41 | - ``VOLATILE_TMP_DIR`` allows to specify |
42 | whether ``/tmp`` should be on persistent storage | 42 | whether ``/tmp`` should be on persistent storage |
43 | or in RAM. | 43 | or in RAM. |
44 | 44 | ||