|
@@ -422,6 +422,21 @@
|
|
|
</para>
|
|
|
</section>
|
|
|
|
|
|
+<section id='ref-classes-useradd'>
|
|
|
+ <title>Adding Users - <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>meta-skeleton/recipes-skeleton/useradd/useradd-example.bb</filename>
|
|
|
+ recipe in the Yocto Project Files provides a simple exmample 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.
|
|
|
+ </para>
|
|
|
+</section>
|
|
|
+
|
|
|
<section id='ref-classes-others'>
|
|
|
<title>Other Classes</title>
|
|
|
|
|
@@ -499,7 +514,6 @@
|
|
|
tinderclient.bbclass
|
|
|
toolchain-scripts.bbclass
|
|
|
typecheck.bbclass
|
|
|
- useradd.bbclass
|
|
|
utility-tasks.bbclass
|
|
|
utils.bbclass
|
|
|
-->
|