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.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 3110b9c6ed..334ba2361f 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -85,6 +85,10 @@ USRBINPATH_class-nativesdk = "/usr/bin"
85# Root home directory 85# Root home directory
86ROOT_HOME ??= "/home/root" 86ROOT_HOME ??= "/home/root"
87 87
88# If set to boolean true ('yes', 'y', 'true', 't', '1'), /var/log links to /var/volatile/log.
89# If set to boolean false ('no', 'n', 'false', 'f', '0'), /var/log is on persistent storage.
90VOLATILE_LOG_DIR ?= "yes"
91
88################################################################## 92##################################################################
89# Architecture-dependent build variables. 93# Architecture-dependent build variables.
90################################################################## 94##################################################################