diff options
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.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 |