summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
diff options
context:
space:
mode:
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.rst8
1 files changed, 8 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 1cf37d5fcd..fc7cb88238 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
@@ -348,6 +348,14 @@ overview of their function and contents.
348 348
349 For example usage, see :term:`BB_GIT_SHALLOW`. 349 For example usage, see :term:`BB_GIT_SHALLOW`.
350 350
351 :term:`BB_GLOBAL_PYMODULES`
352 Specifies the list of Python modules to place in the global namespace.
353 It is intended that only the core layer should set this and it is meant
354 to be a very small list, typically just ``os`` and ``sys``.
355 :term:`BB_GLOBAL_PYMODULES` is expected to be set before the first
356 ``addpylib`` directive.
357 See also ":ref:`bitbake-user-manual/bitbake-user-manual-metadata:extending python library code`".
358
351 :term:`BB_HASHCHECK_FUNCTION` 359 :term:`BB_HASHCHECK_FUNCTION`
352 Specifies the name of the function to call during the "setscene" part 360 Specifies the name of the function to call during the "setscene" part
353 of the task's execution in order to validate the list of task hashes. 361 of the task's execution in order to validate the list of task hashes.