[poky] [PATCH V3 1/1] local.conf.sample.extended: add USER_GROUP_SETTINGS

Qi.Chen at windriver.com Qi.Chen at windriver.com
Thu Jul 11 04:21:20 PDT 2013


From: Chen Qi <Qi.Chen at windriver.com>

Add detailed explanation of USER_GROUP_SETTINGS which is used for
image level user/group configuration.

[YOCTO #4074]

Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
---
 meta-yocto/conf/local.conf.sample.extended |   18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/meta-yocto/conf/local.conf.sample.extended b/meta-yocto/conf/local.conf.sample.extended
index 9717439..108e883 100644
--- a/meta-yocto/conf/local.conf.sample.extended
+++ b/meta-yocto/conf/local.conf.sample.extended
@@ -218,3 +218,21 @@
 # Use the following line to enable the security compiler and linker flags to your build
 #require conf/distro/include/security_flags.inc
 
+# Inherit usersettings.bbclass to make setting USER_GROUP_SETTINGS effective
+#INHERIT += "usersettings"
+# User / group settings
+# The settings are sperated by ;
+# Each setting has two fields, which are separated by comma.
+# <CMD>: command used to change the user/group settings, possible values are
+#           groupadd, useradd, groupdel, userdel, groupmod and usermod.
+# <OPT>: options for for the command.
+#USER_GROUP_SETTINGS = "\
+#useradd,-p '' tester; \
+#groupadd,testers; \
+#useradd,developer; \
+#groupadd,developers; \
+#userdel,nobody; \
+#groupdel,-g video; \
+#groupmod,-g 1020 developers; \
+#usermod,-s /bin/sh tester; \
+#"
-- 
1.7.9.5




More information about the poky mailing list