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/ref-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/ref-manual')
| -rw-r--r-- | documentation/ref-manual/migration-2.3.rst | 2 | ||||
| -rw-r--r-- | documentation/ref-manual/migration-2.6.rst | 2 | ||||
| -rw-r--r-- | documentation/ref-manual/ref-devtool-reference.rst | 2 | ||||
| -rw-r--r-- | documentation/ref-manual/ref-tasks.rst | 2 | ||||
| -rw-r--r-- | documentation/ref-manual/ref-variables.rst | 4 |
5 files changed, 6 insertions, 6 deletions
diff --git a/documentation/ref-manual/migration-2.3.rst b/documentation/ref-manual/migration-2.3.rst index 5bf3e7033c..4041ad0556 100644 --- a/documentation/ref-manual/migration-2.3.rst +++ b/documentation/ref-manual/migration-2.3.rst | |||
| @@ -198,7 +198,7 @@ The following changes took place for BitBake: | |||
| 198 | fetcher passes the new parameter through the ``SVN_SSH`` environment | 198 | fetcher passes the new parameter through the ``SVN_SSH`` environment |
| 199 | variable during the :ref:`ref-tasks-fetch` task. | 199 | variable during the :ref:`ref-tasks-fetch` task. |
| 200 | 200 | ||
| 201 | See the ":ref:`bitbake:svn-fetcher`" | 201 | See the ":ref:`bitbake:bitbake-user-manual/bitbake-user-manual-fetching:subversion (svn) fetcher (\`\`svn://\`\`)`" |
| 202 | section in the BitBake | 202 | section in the BitBake |
| 203 | User Manual for additional information. | 203 | User Manual for additional information. |
| 204 | 204 | ||
diff --git a/documentation/ref-manual/migration-2.6.rst b/documentation/ref-manual/migration-2.6.rst index 2f0da48ab6..cc7c24c5b1 100644 --- a/documentation/ref-manual/migration-2.6.rst +++ b/documentation/ref-manual/migration-2.6.rst | |||
| @@ -278,7 +278,7 @@ The following changes have occurred: | |||
| 278 | specifying list items to remove, be aware that leading and trailing | 278 | specifying list items to remove, be aware that leading and trailing |
| 279 | whitespace resulting from the removal is retained. | 279 | whitespace resulting from the removal is retained. |
| 280 | 280 | ||
| 281 | See the ":ref:`bitbake:removing-override-style-syntax`" | 281 | See the ":ref:`bitbake:bitbake-user-manual/bitbake-user-manual-metadata:removal (override style syntax)`" |
| 282 | section in the BitBake User Manual for a detailed example. | 282 | section in the BitBake User Manual for a detailed example. |
| 283 | 283 | ||
| 284 | .. _migration-2.6-systemd-configuration-now-split-out-to-system-conf: | 284 | .. _migration-2.6-systemd-configuration-now-split-out-to-system-conf: |
diff --git a/documentation/ref-manual/ref-devtool-reference.rst b/documentation/ref-manual/ref-devtool-reference.rst index ad8889ed25..3f95f8d702 100644 --- a/documentation/ref-manual/ref-devtool-reference.rst +++ b/documentation/ref-manual/ref-devtool-reference.rst | |||
| @@ -352,7 +352,7 @@ particular recipe. | |||
| 352 | `maintainers.inc <http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/conf/distro/include/maintainers.inc>`_ | 352 | `maintainers.inc <http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/conf/distro/include/maintainers.inc>`_ |
| 353 | file. | 353 | file. |
| 354 | 354 | ||
| 355 | - If the recipe is using the :ref:`bitbake:git-fetcher` | 355 | - If the recipe is using the :ref:`bitbake:bitbake-user-manual/bitbake-user-manual-fetching:git fetcher (\`\`git://\`\`)` |
| 356 | rather than a | 356 | rather than a |
| 357 | tarball, the commit hash points to the commit that matches the | 357 | tarball, the commit hash points to the commit that matches the |
| 358 | recipe's latest version tag. | 358 | recipe's latest version tag. |
diff --git a/documentation/ref-manual/ref-tasks.rst b/documentation/ref-manual/ref-tasks.rst index 9ef014139c..88b285d769 100644 --- a/documentation/ref-manual/ref-tasks.rst +++ b/documentation/ref-manual/ref-tasks.rst | |||
| @@ -122,7 +122,7 @@ If the ``do_deploy`` task re-executes, any previous output is removed | |||
| 122 | 122 | ||
| 123 | Fetches the source code. This task uses the | 123 | Fetches the source code. This task uses the |
| 124 | :term:`SRC_URI` variable and the argument's prefix to | 124 | :term:`SRC_URI` variable and the argument's prefix to |
| 125 | determine the correct :ref:`fetcher <bitbake:bb-fetchers>` | 125 | determine the correct :ref:`fetcher <bitbake:bitbake-user-manual/bitbake-user-manual-fetching:fetchers>` |
| 126 | module. | 126 | module. |
| 127 | 127 | ||
| 128 | .. _ref-tasks-image: | 128 | .. _ref-tasks-image: |
diff --git a/documentation/ref-manual/ref-variables.rst b/documentation/ref-manual/ref-variables.rst index e552351e32..56aeb583ac 100644 --- a/documentation/ref-manual/ref-variables.rst +++ b/documentation/ref-manual/ref-variables.rst | |||
| @@ -3062,7 +3062,7 @@ system and gives an overview of their function and contents. | |||
| 3062 | section in the Yocto Project Development Tasks Manual. | 3062 | section in the Yocto Project Development Tasks Manual. |
| 3063 | 3063 | ||
| 3064 | - Using ``IMAGE_INSTALL`` with the | 3064 | - Using ``IMAGE_INSTALL`` with the |
| 3065 | :ref:`+= <bitbake:appending-and-prepending>` | 3065 | :ref:`+= <bitbake:bitbake-user-manual/bitbake-user-manual-metadata:appending (+=) and prepending (=+) with spaces>` |
| 3066 | BitBake operator within the ``/conf/local.conf`` file or from | 3066 | BitBake operator within the ``/conf/local.conf`` file or from |
| 3067 | within an image recipe is not recommended. Use of this operator | 3067 | within an image recipe is not recommended. Use of this operator |
| 3068 | in these ways can cause ordering issues. Since | 3068 | in these ways can cause ordering issues. Since |
| @@ -7018,7 +7018,7 @@ system and gives an overview of their function and contents. | |||
| 7018 | protocols are highly dependent on particular BitBake Fetcher | 7018 | protocols are highly dependent on particular BitBake Fetcher |
| 7019 | submodules. Depending on the fetcher BitBake uses, various URL | 7019 | submodules. Depending on the fetcher BitBake uses, various URL |
| 7020 | parameters are employed. For specifics on the supported Fetchers, see | 7020 | parameters are employed. For specifics on the supported Fetchers, see |
| 7021 | the ":ref:`Fetchers <bitbake:bb-fetchers>`" section in the | 7021 | the ":ref:`Fetchers <bitbake:bitbake-user-manual/bitbake-user-manual-fetching:fetchers>`" section in the |
| 7022 | BitBake User Manual. | 7022 | BitBake User Manual. |
| 7023 | 7023 | ||
| 7024 | - ``file://`` - Fetches files, which are usually files shipped | 7024 | - ``file://`` - Fetches files, which are usually files shipped |
