summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-01-18 19:11:14 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-03 13:47:50 +0000
commit3a6185404e241790bd17cb563e33eec4a0a9296a (patch)
treef7d1b86f5f2b82631491d6ae5f295c948d296e69 /documentation/dev-manual
parenta9fdd010b9382c05a0fd5aefb14280dc125f1808 (diff)
downloadpoky-3a6185404e241790bd17cb563e33eec4a0a9296a.tar.gz
manuals: improve references to classes
- Simplify references to class sections, by replacing references such as :ref:`image.bbclass <ref-classes-image>` by :ref:`ref-classes-image` That's equivalent, because the class sections always called <class>.bbclass - Adding references to class sections, by replacing strings such as ``image.bbclass`` by :ref:`ref-classes-image` - Simplifying a few class section links (From yocto-docs rev: 29d66aaa898390c19f121baf0f4fdcc178e4cd80) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/common-tasks.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index f8ee774077..d35b590ee1 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -4393,7 +4393,7 @@ This next example shows how to accomplish the same thing by setting
4393 locally inherit the :ref:`externalsrc <ref-classes-externalsrc>` 4393 locally inherit the :ref:`externalsrc <ref-classes-externalsrc>`
4394 class. 4394 class.
4395 4395
4396By default, ``externalsrc.bbclass`` builds the source code in a 4396By default, :ref:`ref-classes-externalsrc` builds the source code in a
4397directory separate from the external source directory as specified by 4397directory separate from the external source directory as specified by
4398:term:`EXTERNALSRC`. If you need 4398:term:`EXTERNALSRC`. If you need
4399to have the source built in the same directory in which it resides, or 4399to have the source built in the same directory in which it resides, or
@@ -6246,8 +6246,7 @@ system to make your images more secure:
6246 :ref:`extrausers <ref-classes-extrausers>` 6246 :ref:`extrausers <ref-classes-extrausers>`
6247 class, which is the preferred method. For an example on how to set up 6247 class, which is the preferred method. For an example on how to set up
6248 both root and user passwords, see the 6248 both root and user passwords, see the
6249 ":ref:`extrausers.bbclass <ref-classes-extrausers>`" 6249 ":ref:`ref-classes-extrausers`" section.
6250 section.
6251 6250
6252 .. note:: 6251 .. note::
6253 6252