|
@@ -86,10 +86,6 @@ USRBINPATH:class-nativesdk = "/usr/bin"
|
|
|
# Root home directory
|
|
|
ROOT_HOME ??= "/home/root"
|
|
|
|
|
|
-# If set to boolean true ('yes', 'y', 'true', 't', '1'), /var/log links to /var/volatile/log.
|
|
|
-# If set to boolean false ('no', 'n', 'false', 'f', '0'), /var/log is on persistent storage.
|
|
|
-VOLATILE_LOG_DIR ?= "yes"
|
|
|
-
|
|
|
# if set to 'yes': /tmp links to /var/tmp which links to /var/volatile/tmp
|
|
|
# otherwise: /tmp is on persistent storage
|
|
|
VOLATILE_TMP_DIR ?= "yes"
|
|
@@ -384,7 +380,8 @@ FILESEXTRAPATHS ?= "__default:"
|
|
|
# base_prefix, prefix, exec_prefix, base_bindir, base_sbindir, base_libdir,
|
|
|
# datadir, sysconfdir, servicedir, sharedstatedir, localstatedir, infodir,
|
|
|
# mandir, docdir, bindir, sbindir, libexecdir, libdir and includedir
|
|
|
-FILESYSTEM_PERMS_TABLES ?= "${@'files/fs-perms.txt' if oe.types.boolean(d.getVar('VOLATILE_LOG_DIR')) else 'files/fs-perms-persistent-log.txt'}"
|
|
|
+FILESYSTEM_PERMS_TABLES ?= "files/fs-perms.txt \
|
|
|
+ files/fs-perms-volatile-log.txt"
|
|
|
|
|
|
##################################################################
|
|
|
# General work and output directories for the build system.
|