summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-07-26 19:45:45 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-08-04 17:09:51 +0100
commit00a2a3040bd671c883d6661fd1a15e170a6d803a (patch)
treee34813addc8179ed603925af32eab77c4394afe1 /bitbake
parent6c3a88e8dcf0b7a40080c4cd9d447d0d50b12f4c (diff)
downloadpoky-00a2a3040bd671c883d6661fd1a15e170a6d803a.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: 87e42f1202162152c779ccc8bbd06f88f0bdab96) 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> 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