diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2020-11-20 08:50:38 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-03 12:04:20 +0000 |
commit | 63710fc913a39f0037c1f6604bf46446af26f86d (patch) | |
tree | 38f3c46574cf456fdcb779b40feb1c414970de3a /documentation/overview-manual | |
parent | 308cffcef12b93b4e42ef8a8821df1e0bcdd9a81 (diff) | |
download | poky-63710fc913a39f0037c1f6604bf46446af26f86d.tar.gz |
sphinx: replace bitbake labels with references to corresponding title
In order to remove autogenerated labels in the bibtake docs, let's use
section titles in all YP docs.
(From yocto-docs rev: 0f44b6027f16cc37260abc7e00042d98e2e0427f)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/overview-manual')
-rw-r--r-- | documentation/overview-manual/overview-manual-concepts.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/overview-manual/overview-manual-concepts.rst b/documentation/overview-manual/overview-manual-concepts.rst index 736fd9591e..f1f2b7f352 100644 --- a/documentation/overview-manual/overview-manual-concepts.rst +++ b/documentation/overview-manual/overview-manual-concepts.rst | |||
@@ -78,7 +78,7 @@ versions of ``matchbox-desktop`` might exist. BitBake chooses the one | |||
78 | selected by the distribution configuration. You can get more details | 78 | selected by the distribution configuration. You can get more details |
79 | about how BitBake chooses between different target versions and | 79 | about how BitBake chooses between different target versions and |
80 | providers in the | 80 | providers in the |
81 | ":ref:`Preferences <bitbake:bb-bitbake-preferences>`" section | 81 | ":ref:`Preferences <bitbake:bitbake-user-manual/bitbake-user-manual-execution:preferences>`" section |
82 | of the BitBake User Manual. | 82 | of the BitBake User Manual. |
83 | 83 | ||
84 | BitBake also tries to execute any dependent tasks first. So for example, | 84 | BitBake also tries to execute any dependent tasks first. So for example, |
@@ -607,7 +607,7 @@ Source Control Managers (Optional) | |||
607 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 607 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
608 | 608 | ||
609 | Another place from which the build system can get source files is with | 609 | Another place from which the build system can get source files is with |
610 | :ref:`fetchers <bitbake:bb-fetchers>` employing various Source | 610 | :ref:`fetchers <bitbake:bitbake-user-manual/bitbake-user-manual-fetching:fetchers>` employing various Source |
611 | Control Managers (SCMs) such as Git or Subversion. In such cases, a | 611 | Control Managers (SCMs) such as Git or Subversion. In such cases, a |
612 | repository is cloned or checked out. The | 612 | repository is cloned or checked out. The |
613 | :ref:`ref-tasks-fetch` task inside | 613 | :ref:`ref-tasks-fetch` task inside |
@@ -1949,7 +1949,7 @@ The following list explains the previous example: | |||
1949 | extra metadata to the `stamp | 1949 | extra metadata to the `stamp |
1950 | file <#stamp-files-and-the-rerunning-of-tasks>`__. In this case, the | 1950 | file <#stamp-files-and-the-rerunning-of-tasks>`__. In this case, the |
1951 | metadata makes the task specific to a machine's architecture. See | 1951 | metadata makes the task specific to a machine's architecture. See |
1952 | ":ref:`bitbake:ref-bitbake-tasklist`" | 1952 | ":ref:`bitbake:bitbake-user-manual/bitbake-user-manual-execution:the task list`" |
1953 | section in the BitBake User Manual for more information on the | 1953 | section in the BitBake User Manual for more information on the |
1954 | ``stamp-extra-info`` flag. | 1954 | ``stamp-extra-info`` flag. |
1955 | 1955 | ||