diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-07-29 11:56:42 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-08 23:41:10 +0100 |
commit | d84f3ad5a4a9b93068ebc102e0802068965cd1e1 (patch) | |
tree | e93afa5af1636fc07621743592fca9fa0fcd5756 /documentation | |
parent | d5da98d68082d1edd8b3c91a9498e7dbd519fc03 (diff) | |
download | poky-d84f3ad5a4a9b93068ebc102e0802068965cd1e1.tar.gz |
ref-manual/variables.rst: add link for BB_DEFER_BBCLASSES
Added by commit 8e741b2e885a ("ast/BBHandler: Add support for
BB_DEFER_BBCLASSES") in BitBake.
(From yocto-docs rev: bf3c2ade55e4d90dd50f39d01405352cd48c1703)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/variables.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 25879b9b4c..bd82b9484a 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -406,6 +406,9 @@ system and gives an overview of their function and contents. | |||
406 | :term:`BB_DEFAULT_UMASK` | 406 | :term:`BB_DEFAULT_UMASK` |
407 | See :term:`bitbake:BB_DEFAULT_UMASK` in the BitBake manual. | 407 | See :term:`bitbake:BB_DEFAULT_UMASK` in the BitBake manual. |
408 | 408 | ||
409 | :term:`BB_DEFER_BBCLASSES` | ||
410 | See :term:`bitbake:BB_DEFER_BBCLASSES` in the BitBake manual. | ||
411 | |||
409 | :term:`BB_DISKMON_DIRS` | 412 | :term:`BB_DISKMON_DIRS` |
410 | Monitors disk space and available inodes during the build and allows | 413 | Monitors disk space and available inodes during the build and allows |
411 | you to control the build based on these parameters. | 414 | you to control the build based on these parameters. |