summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-07-27 16:04:48 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-30 22:49:15 +0100
commit38496093d7e70145a054505f6d2f28ff7b270117 (patch)
tree748fb98a3296413824344c6ae1df248e2fce02d7 /documentation/ref-manual
parent1452ac11eed0b9a70049901c98587b95412cf0b7 (diff)
downloadpoky-38496093d7e70145a054505f6d2f28ff7b270117.tar.gz
manuals: simplify references to BitBake manual
Replacing ":ref:`section name<bitbake:bitbake-user-manual/bitbake-user-manual-<section>:section name>`" by ":ref:`bitbake:bitbake-user-manual/bitbake-user-manual-<section>:section name`" when the reference description is the same as the section name. In this case, that's unnecessary to repeat the section name in the description part. (From yocto-docs rev: 6a1a590f9ef77dc8842ea5945661135992eb94e1) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reviewed-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/tasks.rst4
-rw-r--r--documentation/ref-manual/variables.rst12
2 files changed, 8 insertions, 8 deletions
diff --git a/documentation/ref-manual/tasks.rst b/documentation/ref-manual/tasks.rst
index 970b083942..ecc701856c 100644
--- a/documentation/ref-manual/tasks.rst
+++ b/documentation/ref-manual/tasks.rst
@@ -14,8 +14,8 @@ Normal Recipe Build Tasks
14 14
15The following sections describe normal tasks associated with building a 15The following sections describe normal tasks associated with building a
16recipe. For more information on tasks and dependencies, see the 16recipe. For more information on tasks and dependencies, see the
17":ref:`Tasks <bitbake:bitbake-user-manual/bitbake-user-manual-metadata:tasks>`" and 17":ref:`bitbake:bitbake-user-manual/bitbake-user-manual-metadata:tasks`" and
18":ref:`Dependencies <bitbake:bitbake-user-manual/bitbake-user-manual-execution:dependencies>`" sections in the 18":ref:`bitbake:bitbake-user-manual/bitbake-user-manual-execution:dependencies`" sections in the
19BitBake User Manual. 19BitBake User Manual.
20 20
21.. _ref-tasks-build: 21.. _ref-tasks-build:
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 3de37a1ab5..55121f2c5a 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -256,7 +256,7 @@ system and gives an overview of their function and contents.
256 To add a tune to the list, be sure to append it with spaces using the 256 To add a tune to the list, be sure to append it with spaces using the
257 "+=" BitBake operator. Do not simply replace the list by using the 257 "+=" BitBake operator. Do not simply replace the list by using the
258 "=" operator. See the 258 "=" operator. See the
259 ":ref:`Basic Syntax <bitbake:bitbake-user-manual/bitbake-user-manual-metadata:basic syntax>`" section in the BitBake 259 ":ref:`bitbake:bitbake-user-manual/bitbake-user-manual-metadata:basic syntax`" section in the BitBake
260 User Manual for more information. 260 User Manual for more information.
261 261
262 :term:`AZ_SAS` 262 :term:`AZ_SAS`
@@ -1638,8 +1638,8 @@ system and gives an overview of their function and contents.
1638 1638
1639 For information on runtime dependencies, see the 1639 For information on runtime dependencies, see the
1640 :term:`RDEPENDS` variable. You can also see the 1640 :term:`RDEPENDS` variable. You can also see the
1641 ":ref:`Tasks <bitbake:bitbake-user-manual/bitbake-user-manual-metadata:tasks>`" and 1641 ":ref:`bitbake:bitbake-user-manual/bitbake-user-manual-metadata:tasks`" and
1642 ":ref:`Dependencies <bitbake:bitbake-user-manual/bitbake-user-manual-execution:dependencies>`" sections in the 1642 ":ref:`bitbake:bitbake-user-manual/bitbake-user-manual-execution:dependencies`" sections in the
1643 BitBake User Manual for additional information on tasks and 1643 BitBake User Manual for additional information on tasks and
1644 dependencies. 1644 dependencies.
1645 1645
@@ -6105,8 +6105,8 @@ system and gives an overview of their function and contents.
6105 6105
6106 For information on build-time dependencies, see the 6106 For information on build-time dependencies, see the
6107 :term:`DEPENDS` variable. You can also see the 6107 :term:`DEPENDS` variable. You can also see the
6108 ":ref:`Tasks <bitbake:bitbake-user-manual/bitbake-user-manual-metadata:tasks>`" and 6108 ":ref:`bitbake:bitbake-user-manual/bitbake-user-manual-metadata:tasks`" and
6109 ":ref:`Dependencies <bitbake:bitbake-user-manual/bitbake-user-manual-execution:dependencies>`" sections in the 6109 ":ref:`bitbake:bitbake-user-manual/bitbake-user-manual-execution:dependencies`" sections in the
6110 BitBake User Manual for additional information on tasks and 6110 BitBake User Manual for additional information on tasks and
6111 dependencies. 6111 dependencies.
6112 6112
@@ -6951,7 +6951,7 @@ system and gives an overview of their function and contents.
6951 protocols are highly dependent on particular BitBake Fetcher 6951 protocols are highly dependent on particular BitBake Fetcher
6952 submodules. Depending on the fetcher BitBake uses, various URL 6952 submodules. Depending on the fetcher BitBake uses, various URL
6953 parameters are employed. For specifics on the supported Fetchers, see 6953 parameters are employed. For specifics on the supported Fetchers, see
6954 the ":ref:`Fetchers <bitbake:bitbake-user-manual/bitbake-user-manual-fetching:fetchers>`" section in the 6954 the ":ref:`bitbake:bitbake-user-manual/bitbake-user-manual-fetching:fetchers`" section in the
6955 BitBake User Manual. 6955 BitBake User Manual.
6956 6956
6957 - ``file://`` - Fetches files, which are usually files shipped 6957 - ``file://`` - Fetches files, which are usually files shipped