summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r--meta/conf/bitbake.conf7
1 files changed, 2 insertions, 5 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 1acb56433c..76ae17e644 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -86,10 +86,6 @@ USRBINPATH:class-nativesdk = "/usr/bin"
86# Root home directory 86# Root home directory
87ROOT_HOME ??= "/home/root" 87ROOT_HOME ??= "/home/root"
88 88
89# If set to boolean true ('yes', 'y', 'true', 't', '1'), /var/log links to /var/volatile/log.
90# If set to boolean false ('no', 'n', 'false', 'f', '0'), /var/log is on persistent storage.
91VOLATILE_LOG_DIR ?= "yes"
92
93# if set to 'yes': /tmp links to /var/tmp which links to /var/volatile/tmp 89# if set to 'yes': /tmp links to /var/tmp which links to /var/volatile/tmp
94# otherwise: /tmp is on persistent storage 90# otherwise: /tmp is on persistent storage
95VOLATILE_TMP_DIR ?= "yes" 91VOLATILE_TMP_DIR ?= "yes"
@@ -384,7 +380,8 @@ FILESEXTRAPATHS ?= "__default:"
384# base_prefix, prefix, exec_prefix, base_bindir, base_sbindir, base_libdir, 380# base_prefix, prefix, exec_prefix, base_bindir, base_sbindir, base_libdir,
385# datadir, sysconfdir, servicedir, sharedstatedir, localstatedir, infodir, 381# datadir, sysconfdir, servicedir, sharedstatedir, localstatedir, infodir,
386# mandir, docdir, bindir, sbindir, libexecdir, libdir and includedir 382# mandir, docdir, bindir, sbindir, libexecdir, libdir and includedir
387FILESYSTEM_PERMS_TABLES ?= "${@'files/fs-perms.txt' if oe.types.boolean(d.getVar('VOLATILE_LOG_DIR')) else 'files/fs-perms-persistent-log.txt'}" 383FILESYSTEM_PERMS_TABLES ?= "files/fs-perms.txt \
384 files/fs-perms-volatile-log.txt"
388 385
389################################################################## 386##################################################################
390# General work and output directories for the build system. 387# General work and output directories for the build system.