]> code.ossystems Code Review - openembedded-core.git/commitdiff
local.conf.sample.extended: Use IMAGE_CLASSES to inherit extrausers
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Thu, 17 Jan 2019 02:55:00 +0000 (03:55 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 27 Feb 2019 18:03:44 +0000 (18:03 +0000)
Since the extrausers class is only useful for image recipes, it is
better to suggest adding it via IMAGE_CLASSES instead of INHERIT in the
example.

Also make the example a bit more readable by indenting the variable
values.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/local.conf.sample.extended

index 010bf6ca6ff285c18e122fcb3d8247b7551441ed..92255c37d5871bb45d2f8c6c9634396b6c80ce62 100644 (file)
 
 # Image level user/group configuration.
 # Inherit extrausers to make the setting of EXTRA_USERS_PARAMS effective.
-#INHERIT += "extrausers"
+#IMAGE_CLASSES += "extrausers"
 # User / group settings
-# The settings are sperated by the ; character.
+# The settings are separated 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 video; \
-#groupmod -g 1020 developers; \
-#usermod -s /bin/sh tester; \
+#    useradd -p '' tester; \
+#    groupadd developers; \
+#    userdel nobody; \
+#    groupdel video; \
+#    groupmod -g 1020 developers; \
+#    usermod -s /bin/sh tester; \
 #"
 
 # Various packages dynamically add users and groups to the system at package