summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-09-13 04:26:44 -1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-16 17:53:22 +0100
commit18d0f1011c6d755894cc32f451826bf55c57af3b (patch)
tree72035e135d86069415ec7b1711d411e589d9c66d /bitbake
parent625395099822137c2e008adde7f4c5de1632a834 (diff)
downloadpoky-18d0f1011c6d755894cc32f451826bf55c57af3b.tar.gz
bitbake: bitbake-user-manual: npm fetcher: improve description of SRC_URI format
Using the term "Parameter" which is consistent with the description of SRC_URI parameters in the following text. (Bitbake rev: ac576d6fad6bba0cfea931883f25264ea83747ca) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reported-by: Quentin Schulz <foss@0leil.net> Reviewed-by: Quentin Schulz <foss+yocto@0leil.net> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> (cherry picked from commit 87e42f1202162152c779ccc8bbd06f88f0bdab96) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
index 4dfb7889e8..9c269ca837 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
@@ -717,7 +717,7 @@ Javascript package registry.
717 717
718The format for the :term:`SRC_URI` setting must be:: 718The format for the :term:`SRC_URI` setting must be::
719 719
720 SRC_URI = "npm://some.registry.url;OptionA=xxx;OptionB=xxx;..." 720 SRC_URI = "npm://some.registry.url;ParameterA=xxx;ParameterB=xxx;..."
721 721
722This fetcher supports the following parameters: 722This fetcher supports the following parameters:
723 723
@@ -757,7 +757,7 @@ of an NPM package while locking their versions.
757 757
758The format for the :term:`SRC_URI` setting must be:: 758The format for the :term:`SRC_URI` setting must be::
759 759
760 SRC_URI = "npmsw://some.registry.url;OptionA=xxx;OptionB=xxx;..." 760 SRC_URI = "npmsw://some.registry.url;ParameterA=xxx;ParameterB=xxx;..."
761 761
762This fetcher supports the following parameters: 762This fetcher supports the following parameters:
763 763