diff options
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst | 6 |
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 |