diff mbox series

[2/6] variables.rst: add a reference to BB_CURRENT_MC from bbdocs

Message ID 20250207-multiconfig-doc-v1-2-f63cdab1fad9@bootlin.com
State Superseded
Headers show
Series Improve multiconfig documentation | expand

Commit Message

Antonin Godard Feb. 7, 2025, 4:28 p.m. UTC
BB_CURRENT_MC is documented in the Bitbake user manual. Add a reference
to it here.

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
 documentation/ref-manual/variables.rst | 3 +++
 1 file changed, 3 insertions(+)

Comments

Quentin Schulz Feb. 11, 2025, 10:52 a.m. UTC | #1
Hi Antonin,

On 2/7/25 5:28 PM, Antonin Godard via lists.yoctoproject.org wrote:
> BB_CURRENT_MC is documented in the Bitbake user manual. Add a reference
> to it here.
> 

Not merged in master yet though? Did you forget to add a dependency on 
another patch series in the cover letter maybe?

Cheers,
Quentin
diff mbox series

Patch

diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index adbef69d8..a402815b6 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.
    :term:`BB_CURRENTTASK`
       See :term:`bitbake:BB_CURRENTTASK` in the BitBake manual.
 
+   :term:`BB_CURRENT_MC`
+      See :term:`bitbake:BB_CURRENT_MC` in the BitBake manual.
+
    :term:`BB_DEFAULT_TASK`
       See :term:`bitbake:BB_DEFAULT_TASK` in the BitBake manual.