diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/poky-ref-manual/ref-classes.xml | 16 |
1 files changed, 15 insertions, 1 deletions
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 @@ | |||
422 | </para> | 422 | </para> |
423 | </section> | 423 | </section> |
424 | 424 | ||
425 | <section id='ref-classes-useradd'> | ||
426 | <title>Adding Users - <filename>useradd.bbclass</filename></title> | ||
427 | |||
428 | <para> | ||
429 | If you have packages that install files that are owned by custom users or groups, | ||
430 | you can use this class to specify those packages and associate the users and groups | ||
431 | with those packages. | ||
432 | The <filename>meta-skeleton/recipes-skeleton/useradd/useradd-example.bb</filename> | ||
433 | recipe in the Yocto Project Files provides a simple exmample that shows how to add three | ||
434 | users and groups to two packages. | ||
435 | See the <filename>useradd-example.bb</filename> for more information on how to | ||
436 | use this class. | ||
437 | </para> | ||
438 | </section> | ||
439 | |||
425 | <section id='ref-classes-others'> | 440 | <section id='ref-classes-others'> |
426 | <title>Other Classes</title> | 441 | <title>Other Classes</title> |
427 | 442 | ||
@@ -499,7 +514,6 @@ | |||
499 | tinderclient.bbclass | 514 | tinderclient.bbclass |
500 | toolchain-scripts.bbclass | 515 | toolchain-scripts.bbclass |
501 | typecheck.bbclass | 516 | typecheck.bbclass |
502 | useradd.bbclass | ||
503 | utility-tasks.bbclass | 517 | utility-tasks.bbclass |
504 | utils.bbclass | 518 | utils.bbclass |
505 | --> | 519 | --> |