[oe-commits] Chen Qi : local.conf.sample.extended: add example for EXTRA_USERS_PARAMS

git at git.openembedded.org git at git.openembedded.org
Thu Jul 18 20:18:36 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: d9d62e05dba88c1f9f464367d49c1b290bfaea95
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=d9d62e05dba88c1f9f464367d49c1b290bfaea95

Author: Chen Qi <Qi.Chen at windriver.com>
Date:   Wed Jul 17 14:13:34 2013 +0800

local.conf.sample.extended: add example for EXTRA_USERS_PARAMS

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

[YOCTO #4074]

Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/conf/local.conf.sample.extended |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/meta/conf/local.conf.sample.extended b/meta/conf/local.conf.sample.extended
index ef8fc9e..f1a91ae 100644
--- a/meta/conf/local.conf.sample.extended
+++ b/meta/conf/local.conf.sample.extended
@@ -214,3 +214,18 @@
 # Use the following line to enable the security compiler and linker flags to your build
 #require conf/distro/include/security_flags.inc
 
+# Image level user/group configuration.
+# Inherit extrausers to make the setting of EXTRA_USERS_PARAMS effective.
+#INHERIT += "extrausers"
+# User / group settings
+# The settings are sperated by the ; character.
+# Each setting is actually a command. The supported commands are useradd,
+# groupadd, userdel, groupdel, usermod and groupmod.
+#EXTRA_USERS_PARAMS = "\
+#useradd -p '' tester; \
+#groupadd developers; \
+#userdel nobody; \
+#groupdel -g video; \
+#groupmod -g 1020 developers; \
+#usermod -s /bin/sh tester; \
+#"



More information about the Openembedded-commits mailing list