summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/classes.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-11-23 09:30:12 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-13 23:31:34 +0000
commitb7693b7321bbc3f973d0f805a0da0b3469c10e7d (patch)
treebbd47d9290836b8e1ad82271c932813e3b7cca26 /documentation/ref-manual/classes.rst
parentd9e5f67c5f065496685a25cc25201700307dc6e8 (diff)
downloadpoky-b7693b7321bbc3f973d0f805a0da0b3469c10e7d.tar.gz
manuals: add hyperlinks to files in meta-skeleton
This makes the manuals easier to use. Note the care to keep the paths visible, so that people reading a printed version still know where to find the files. (From yocto-docs rev: 501917f65530f14ea686b69d6e96407c3f970a28) 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.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index 5bc4472e34..a33a5909ca 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -2810,11 +2810,10 @@ The ``useradd*`` classes support the addition of users or groups for
2810usage by the package on the target. For example, if you have packages 2810usage by the package on the target. For example, if you have packages
2811that contain system services that should be run under their own user or 2811that contain system services that should be run under their own user or
2812group, you can use these classes to enable creation of the user or 2812group, you can use these classes to enable creation of the user or
2813group. The ``meta-skeleton/recipes-skeleton/useradd/useradd-example.bb`` 2813group. The :oe_git:`meta-skeleton/recipes-skeleton/useradd/useradd-example.bb
2814</openembedded-core/tree/meta-skeleton/recipes-skeleton/useradd/useradd-example.bb>`
2814recipe in the :term:`Source Directory` provides a simple 2815recipe in the :term:`Source Directory` provides a simple
2815example that shows how to add three users and groups to two packages. 2816example that shows how to add three users and groups to two packages.
2816See the ``useradd-example.bb`` recipe for more information on how to use
2817these classes.
2818 2817
2819The ``useradd_base`` class provides basic functionality for user or 2818The ``useradd_base`` class provides basic functionality for user or
2820groups settings. 2819groups settings.