From 010d18250dd124885473f5c007f35126639e6b59 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 5 Dec 2013 15:49:22 -0600 Subject: ref-manual: Edits to useradd class. (From yocto-docs rev: 250b955536f4f8ea4369c08265670b59113dcbfc) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'documentation/ref-manual/ref-classes.xml') diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 0d64f84cfb..eaab17258d 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -2772,18 +2772,20 @@
- Adding Users - <filename>useradd.bbclass</filename> + <filename>useradd.bbclass</filename> - If you have packages that install files that are owned by custom users or groups, - you can use this class to specify those packages and associate the users and groups - with those packages. + The useradd class supports recipes that restrict + packages to certain users or groups. + For example, if you have packages that install files that are owned + by custom users or groups, you can use this class to specify + those packages and then associate them with the users and groups. The meta-skeleton/recipes-skeleton/useradd/useradd-example.bb recipe in the Source Directory provides a simple example that shows how to add three users and groups to two packages. - See the useradd-example.bb for more information on how to - use this class. + See the useradd-example.bb recipe for more + information on how to use this class.
-- cgit v1.2.3-54-g00ecf