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.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 444c53f677..8fb596e6b9 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -330,6 +330,14 @@ FILE_DIRNAME = "${@os.path.dirname(d.getVar('FILE', False))}"
330# This default was only used for checking 330# This default was only used for checking
331FILESEXTRAPATHS ?= "__default:" 331FILESEXTRAPATHS ?= "__default:"
332 332
333# The default list of fs-perms files to process. If the list is empty only
334# the builtin definitions will be used. Builtin definitions included:
335# base_prefix, prefix, exec_prefix, base_bindir, base_sbindir, base_libdir,
336# datadir, sysconfdir, servicedir, sharedstatedir, localstatedir, infodir,
337# mandir, docdir, bindir, sbindir, libexecdir, libdir, includedir and
338# oldincludedir
339FILESYSTEM_PERMS_TABLES ?= "${@'files/fs-perms.txt' if oe.types.boolean(d.getVar('VOLATILE_LOG_DIR', True)) else 'files/fs-perms-persistent-log.txt'}"
340
333################################################################## 341##################################################################
334# General work and output directories for the build system. 342# General work and output directories for the build system.
335################################################################## 343##################################################################