summaryrefslogtreecommitdiffstats
path: root/documentation/overview-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/overview-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/overview-manual')
-rw-r--r--documentation/overview-manual/concepts.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst
index 1e5f0f9039..6377ebc000 100644
--- a/documentation/overview-manual/concepts.rst
+++ b/documentation/overview-manual/concepts.rst
@@ -74,7 +74,7 @@ versions of ``matchbox-desktop`` might exist. BitBake chooses the one
74selected by the distribution configuration. You can get more details 74selected by the distribution configuration. You can get more details
75about how BitBake chooses between different target versions and 75about how BitBake chooses between different target versions and
76providers in the 76providers in the
77":ref:`Preferences <bitbake:bitbake-user-manual/bitbake-user-manual-execution:preferences>`" section 77":ref:`bitbake:bitbake-user-manual/bitbake-user-manual-execution:preferences`" section
78of the BitBake User Manual. 78of the BitBake User Manual.
79 79
80BitBake also tries to execute any dependent tasks first. So for example, 80BitBake also tries to execute any dependent tasks first. So for example,
@@ -584,7 +584,7 @@ Source Control Managers (Optional)
584~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 584~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
585 585
586Another place from which the build system can get source files is with 586Another place from which the build system can get source files is with
587:ref:`fetchers <bitbake:bitbake-user-manual/bitbake-user-manual-fetching:fetchers>` employing various Source 587:ref:`bitbake:bitbake-user-manual/bitbake-user-manual-fetching:fetchers` employing various Source
588Control Managers (SCMs) such as Git or Subversion. In such cases, a 588Control Managers (SCMs) such as Git or Subversion. In such cases, a
589repository is cloned or checked out. The 589repository is cloned or checked out. The
590:ref:`ref-tasks-fetch` task inside 590:ref:`ref-tasks-fetch` task inside
@@ -1863,7 +1863,7 @@ The following list explains the previous example:
1863 through the shared state cache if possible. If the task was 1863 through the shared state cache if possible. If the task was
1864 accelerated, ``sstate_setscene()`` returns True. Otherwise, it 1864 accelerated, ``sstate_setscene()`` returns True. Otherwise, it
1865 returns False, and the normal ``do_deploy`` task runs. For more 1865 returns False, and the normal ``do_deploy`` task runs. For more
1866 information, see the ":ref:`setscene <bitbake:bitbake-user-manual/bitbake-user-manual-execution:setscene>`" 1866 information, see the ":ref:`bitbake:bitbake-user-manual/bitbake-user-manual-execution:setscene`"
1867 section in the BitBake User Manual. 1867 section in the BitBake User Manual.
1868 1868
1869- The ``do_deploy[dirs] = "${DEPLOYDIR} ${B}"`` line creates 1869- The ``do_deploy[dirs] = "${DEPLOYDIR} ${B}"`` line creates