diff --git a/documentation/poky-ref-manual/ref-classes.xml b/documentation/poky-ref-manual/ref-classes.xml index ec1238c5ea..e4b2fc57a4 100644 --- a/documentation/poky-ref-manual/ref-classes.xml +++ b/documentation/poky-ref-manual/ref-classes.xml @@ -422,6 +422,21 @@ +
+ Adding Users - <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 meta-skeleton/recipes-skeleton/useradd/useradd-example.bb + recipe in the Yocto Project Files provides a simple exmample 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. + +
+
Other Classes @@ -499,7 +514,6 @@ tinderclient.bbclass toolchain-scripts.bbclass typecheck.bbclass - useradd.bbclass utility-tasks.bbclass utils.bbclass -->