summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-05 15:49:22 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-11 14:19:26 +0000
commit36a9f7ef91a9a868e2dd5e873781992b9abf2029 (patch)
treef3be665c38ba42d7c0b8681ba49b84bf515a8afd /documentation
parent1411329d970c1d67322694a347135d299975627b (diff)
downloadast2050-yocto-poky-36a9f7ef91a9a868e2dd5e873781992b9abf2029.zip
ast2050-yocto-poky-36a9f7ef91a9a868e2dd5e873781992b9abf2029.tar.gz
ref-manual: Edits to useradd class.
(From yocto-docs rev: ca7cfe44453aa94ddb00b57cf3f87d6eaacb4c25) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-classes.xml14
1 files changed, 8 insertions, 6 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 0d64f84..eaab172 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -2772,18 +2772,20 @@
</section>
<section id='ref-classes-useradd'>
- <title>Adding Users - <filename>useradd.bbclass</filename></title>
+ <title><filename>useradd.bbclass</filename></title>
<para>
- 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 <filename>useradd</filename> 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 <filename>meta-skeleton/recipes-skeleton/useradd/useradd-example.bb</filename>
recipe in the <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>
provides a simple example that shows how to add three
users and groups to two packages.
- See the <filename>useradd-example.bb</filename> for more information on how to
- use this class.
+ See the <filename>useradd-example.bb</filename> recipe for more
+ information on how to use this class.
</para>
</section>
OpenPOWER on IntegriCloud