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.rst19
1 files changed, 19 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 4ff95ea7ac..1545c914cc 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
@@ -141,6 +141,25 @@ overview of their function and contents.
141 The default umask to apply to tasks if specified and no task specific 141 The default umask to apply to tasks if specified and no task specific
142 umask flag is set. 142 umask flag is set.
143 143
144 :term:`BB_DEFER_BBCLASSES`
145 The classes listed in this variable have their :ref:`inherit
146 <ref-bitbake-user-manual-metadata-inherit>` calls automatically promoted
147 to deferred inherits. See :ref:`inherit_defer
148 <ref-bitbake-user-manual-metadata-inherit-defer>` for more information on
149 deferred inherits.
150
151 This means that if :term:`BB_DEFER_BBCLASSES` is set as follows::
152
153 BB_DEFER_BBCLASSES = "foo"
154
155 The following statement::
156
157 inherit foo
158
159 Will automatically be equal to calling::
160
161 inherit_defer foo
162
144 :term:`BB_DISKMON_DIRS` 163 :term:`BB_DISKMON_DIRS`
145 Monitors disk space and available inodes during the build and allows 164 Monitors disk space and available inodes during the build and allows
146 you to control the build based on these parameters. 165 you to control the build based on these parameters.