1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 17:39:31 +00:00

migration-5.2: fix references to BB_CURRENT_MC

Now part of the documentation.

Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
(From yocto-docs rev: 2a50504bd5c211bfae26db64190863fdf53fc3c9)

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Antonin Godard
2025-02-17 15:50:22 +01:00
committed by Richard Purdie
parent a3669b55f1
commit e87504429a
@@ -97,12 +97,12 @@ systemd changes
Multiconfig changes Multiconfig changes
~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~
The value of ``BB_CURRENT_MC`` was changed from ``default`` to an empty string The value of :term:`BB_CURRENT_MC` was changed from ``default`` to an empty string
for the default multiconfig configuration to avoid needing to map the values for the default multiconfig configuration to avoid needing to map the values
within BitBake. This was already not happening in some cases so this fixes within BitBake. This was already not happening in some cases so this fixes
some obscure bugs. some obscure bugs.
Any logic based on ``BB_CURRENT_MC`` equalling to ``default`` by default should Any logic based on :term:`BB_CURRENT_MC` equalling to ``default`` by default should
be changed to be equal to an empty string. be changed to be equal to an empty string.
Virtual toolchain provider changes Virtual toolchain provider changes