diff options
| author | Changqing Li <changqing.li@windriver.com> | 2024-08-27 18:40:40 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-28 09:14:26 +0100 |
| commit | 2f8806deb7655b37d6f8d12ff54680d6acf7a298 (patch) | |
| tree | f4462922f87add9ab1736eb790e56840a7be01c8 /meta/files/fs-perms.txt | |
| parent | cd25fc78d8707d4c4481f08c83f4d6bbed45b5a4 (diff) | |
| download | poky-2f8806deb7655b37d6f8d12ff54680d6acf7a298.tar.gz | |
bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead
Drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead. By default,
it contains 'files/fs-perms-volatile-log.txt', which means volatile log
is enabled. User can disable volatile log by remove
'files/fs-perms-volatile-log.txt' from FILESYSTEM_PERMS_TABLES.
(From OE-Core rev: 91128c6517066715f2afe6b46aa3206c7cf3653e)
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/files/fs-perms.txt')
| -rw-r--r-- | meta/files/fs-perms.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/files/fs-perms.txt b/meta/files/fs-perms.txt index 48191f504c..61f0a6e26a 100644 --- a/meta/files/fs-perms.txt +++ b/meta/files/fs-perms.txt | |||
| @@ -45,7 +45,6 @@ ${includedir} 0755 root root true 0644 root root | |||
| 45 | # Items from base-files | 45 | # Items from base-files |
| 46 | # Links | 46 | # Links |
| 47 | ${localstatedir}/run link /run | 47 | ${localstatedir}/run link /run |
| 48 | ${localstatedir}/log link volatile/log | ||
| 49 | ${localstatedir}/lock link /run/lock | 48 | ${localstatedir}/lock link /run/lock |
| 50 | ${localstatedir}/tmp link volatile/tmp | 49 | ${localstatedir}/tmp link volatile/tmp |
| 51 | 50 | ||
