aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
authorDan McGregor <dan.mcgregor@usask.ca>2018-05-09 13:12:53 -0600
committerDan McGregor <dan.mcgregor@usask.ca>2018-05-11 09:48:00 -0600
commit2fb350c80d9ab134e45332ae57d72db593de4ffc (patch)
tree29bcfa4f9403832a1ab7641dbfe63a6f66034f7b /meta/conf/bitbake.conf
parent166e40a4790cc977aa5136bf3f2c98bd34b7871d (diff)
downloadopenembedded-core-contrib-2fb350c80d9ab134e45332ae57d72db593de4ffc.tar.gz
base-files: make root home mode customisabledankm/base-permissions
Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r--meta/conf/bitbake.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index a21b7282fb..cd07b86a99 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -84,6 +84,7 @@ USRBINPATH_class-nativesdk = "/usr/bin"
# Root home directory
ROOT_HOME ??= "/home/root"
+ROOT_HOME_MODE ??= "0700"
# 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.