diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-02-17 15:50:21 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-26 14:49:27 +0000 |
commit | a3669b55f1e16b31751c1cb1236df287ef7909ae (patch) | |
tree | d60ffa4e99fe0212f4bb0b3e253f7ed483e3f1b6 /documentation/ref-manual/variables.rst | |
parent | 6a31bdb4ddc32052fe9ad87b5c981a63fa0d08c2 (diff) | |
download | poky-a3669b55f1e16b31751c1cb1236df287ef7909ae.tar.gz |
variables.rst: add a reference to BB_CURRENT_MC from bbdocs
BB_CURRENT_MC is documented in the Bitbake user manual. Add a reference
to it here.
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
(From yocto-docs rev: a9aaef86bf76027f602546b5d4a3dffc6168d9b4)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-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 a57c09877a..60984cc8f3 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -390,6 +390,9 @@ system and gives an overview of their function and contents. | |||
390 | :term:`BB_CURRENTTASK` | 390 | :term:`BB_CURRENTTASK` |
391 | See :term:`bitbake:BB_CURRENTTASK` in the BitBake manual. | 391 | See :term:`bitbake:BB_CURRENTTASK` in the BitBake manual. |
392 | 392 | ||
393 | :term:`BB_CURRENT_MC` | ||
394 | See :term:`bitbake:BB_CURRENT_MC` in the BitBake manual. | ||
395 | |||
393 | :term:`BB_DEFAULT_TASK` | 396 | :term:`BB_DEFAULT_TASK` |
394 | See :term:`bitbake:BB_DEFAULT_TASK` in the BitBake manual. | 397 | See :term:`bitbake:BB_DEFAULT_TASK` in the BitBake manual. |
395 | 398 | ||