summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.rst
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-11-20 08:50:38 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-03 12:04:20 +0000
commit63710fc913a39f0037c1f6604bf46446af26f86d (patch)
tree38f3c46574cf456fdcb779b40feb1c414970de3a /documentation/dev-manual/dev-manual-common-tasks.rst
parent308cffcef12b93b4e42ef8a8821df1e0bcdd9a81 (diff)
downloadpoky-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/dev-manual/dev-manual-common-tasks.rst')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.rst b/documentation/dev-manual/dev-manual-common-tasks.rst
index 683f5557ec..1640a884d3 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.rst
+++ b/documentation/dev-manual/dev-manual-common-tasks.rst
@@ -1369,7 +1369,7 @@ the Yocto Project Overview and Concepts Manual.
1369 1369
1370The :ref:`ref-tasks-fetch` task uses 1370The :ref:`ref-tasks-fetch` task uses
1371the prefix of each entry in the ``SRC_URI`` variable value to determine 1371the prefix of each entry in the ``SRC_URI`` variable value to determine
1372which :ref:`fetcher <bitbake:bb-fetchers>` to use to get your 1372which :ref:`fetcher <bitbake:bitbake-user-manual/bitbake-user-manual-fetching:fetchers>` to use to get your
1373source files. It is the ``SRC_URI`` variable that triggers the fetcher. 1373source files. It is the ``SRC_URI`` variable that triggers the fetcher.
1374The :ref:`ref-tasks-patch` task uses 1374The :ref:`ref-tasks-patch` task uses
1375the variable after source is fetched to apply patches. The OpenEmbedded 1375the variable after source is fetched to apply patches. The OpenEmbedded
@@ -7567,7 +7567,7 @@ Creating Node Package Manager (NPM) Packages
7567 7567
7568`NPM <https://en.wikipedia.org/wiki/Npm_(software)>`__ is a package 7568`NPM <https://en.wikipedia.org/wiki/Npm_(software)>`__ is a package
7569manager for the JavaScript programming language. The Yocto Project 7569manager for the JavaScript programming language. The Yocto Project
7570supports the NPM :ref:`fetcher <bitbake:bb-fetchers>`. You can 7570supports the NPM :ref:`fetcher <bitbake:bitbake-user-manual/bitbake-user-manual-fetching:fetchers>`. You can
7571use this fetcher in combination with 7571use this fetcher in combination with
7572:doc:`devtool <../ref-manual/ref-devtool-reference>` to create 7572:doc:`devtool <../ref-manual/ref-devtool-reference>` to create
7573recipes that produce NPM packages. 7573recipes that produce NPM packages.