summaryrefslogtreecommitdiffstats
path: root/bitbake/doc
diff options
context:
space:
mode:
authorEric Meyers <eric.meyers15310@gmail.com>2025-02-28 07:01:37 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-03-09 20:10:06 +0000
commit452217a6796b7ebc29d4f5aeca94aacdc99d0fc9 (patch)
tree942af62de099907ab89251abcdf7548efa78e0ee /bitbake/doc
parent57adda32c528fa30509eb55ca8423fa4ad6e4992 (diff)
downloadpoky-452217a6796b7ebc29d4f5aeca94aacdc99d0fc9.tar.gz
bitbake: doc: bitbake-user-manual-ref-variables: document BB_USE_HOME_NPMRC
(Bitbake rev: d5562e007c7c64e8613a118ab9a6c73ed2063263) Signed-off-by: Eric Meyers <eric.meyers@arthrex.com> Cc: Geoff Parker <geoffrey.parker@arthrex.com> Cc: Chuck Wolber <chuckwolber@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
index dd8cf2409a..477443e228 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
@@ -707,6 +707,12 @@ overview of their function and contents.
707 Within an executing task, this variable holds the hash of the task as 707 Within an executing task, this variable holds the hash of the task as
708 returned by the currently enabled signature generator. 708 returned by the currently enabled signature generator.
709 709
710 :term:`BB_USE_HOME_NPMRC`
711 Controls whether or not BitBake uses the user's .npmrc file within their
712 home directory within the npm fetcher. This can be used for authentication
713 of private NPM registries, among other uses. This is turned off by default
714 and requires the user to explicitly set it to "1" to enable.
715
710 :term:`BB_VERBOSE_LOGS` 716 :term:`BB_VERBOSE_LOGS`
711 Controls how verbose BitBake is during builds. If set, shell scripts 717 Controls how verbose BitBake is during builds. If set, shell scripts
712 echo commands and shell script output appears on standard out 718 echo commands and shell script output appears on standard out