summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/classes.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-11-23 18:48:30 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-13 23:31:34 +0000
commit121f5758ab39b305be2e651f538c8b9a6b4e4a81 (patch)
tree0828cfc5e7b098a18154b9bfb60e9d4d563bd634 /documentation/ref-manual/classes.rst
parenta19add4aaaa4ff64ae3403eae415c08713bbdb38 (diff)
downloadpoky-121f5758ab39b305be2e651f538c8b9a6b4e4a81.tar.gz
ref-manual: add more class references
(From yocto-docs rev: f4610b060968c481c68d0411b82201c302050b71) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r--documentation/ref-manual/classes.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index a33a5909ca..e258469dcb 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -570,11 +570,11 @@ be performed using the
570.. note:: 570.. note::
571 571
572 The user and group operations added using the 572 The user and group operations added using the
573 extrausers 573 :ref:`extrausers <ref-classes-extrausers>`
574 class are not tied to a specific recipe outside of the recipe for the 574 class are not tied to a specific recipe outside of the recipe for the
575 image. Thus, the operations can be performed across the image as a 575 image. Thus, the operations can be performed across the image as a
576 whole. Use the 576 whole. Use the
577 useradd 577 :ref:`useradd <ref-classes-useradd>`
578 class to add user and group configuration to a specific recipe. 578 class to add user and group configuration to a specific recipe.
579 579
580Here is an example that uses this class in an image recipe:: 580Here is an example that uses this class in an image recipe::