diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-02-07 16:28:26 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-25 14:10:36 +0000 |
commit | 9a59194f22293a22cf1189440b0e83304bc2f4b3 (patch) | |
tree | e57ff0d19c476114c15b2e8d88238042c393b894 /bitbake/doc | |
parent | ba91179519f2673ef803872baf2064281af37028 (diff) | |
download | poky-9a59194f22293a22cf1189440b0e83304bc2f4b3.tar.gz |
bitbake: doc: bitbake-user-manual-ref-variables: document BB_CURRENT_MC
Document the BB_CURRENT_MC variable, which holds the name of the current
multiconfig build a task is being run under.
(Bitbake rev: 178e09ea5ea39e60452077fa2ab90b90478ada6e)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst | 5 |
1 files changed, 5 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 ad219b531f..858de63477 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 | |||
@@ -127,6 +127,11 @@ overview of their function and contents. | |||
127 | Contains the name of the currently running task. The name does not | 127 | Contains the name of the currently running task. The name does not |
128 | include the ``do_`` prefix. | 128 | include the ``do_`` prefix. |
129 | 129 | ||
130 | :term:`BB_CURRENT_MC` | ||
131 | Contains the name of the current multiconfig a task is being run under. | ||
132 | The name is taken from the multiconfig configuration file (a file | ||
133 | ``mc1.conf`` would make this variable equal to ``mc1``). | ||
134 | |||
130 | :term:`BB_DEFAULT_TASK` | 135 | :term:`BB_DEFAULT_TASK` |
131 | The default task to use when none is specified (e.g. with the ``-c`` | 136 | The default task to use when none is specified (e.g. with the ``-c`` |
132 | command line option). The task name specified should not include the | 137 | command line option). The task name specified should not include the |