diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-02-17 15:50:22 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-26 14:49:27 +0000 |
commit | e87504429a264f4e5b5f94cc0997b4d1abd4dd8d (patch) | |
tree | e69029dac7e7ee0beb85d603f68ee952de95b3f7 /documentation/migration-guides | |
parent | a3669b55f1e16b31751c1cb1236df287ef7909ae (diff) | |
download | poky-e87504429a264f4e5b5f94cc0997b4d1abd4dd8d.tar.gz |
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>
Diffstat (limited to 'documentation/migration-guides')
-rw-r--r-- | documentation/migration-guides/migration-5.2.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/migration-guides/migration-5.2.rst b/documentation/migration-guides/migration-5.2.rst index de2ea773e5..75bc4dbc6f 100644 --- a/documentation/migration-guides/migration-5.2.rst +++ b/documentation/migration-guides/migration-5.2.rst | |||
@@ -97,12 +97,12 @@ systemd changes | |||
97 | Multiconfig changes | 97 | Multiconfig changes |
98 | ~~~~~~~~~~~~~~~~~~~ | 98 | ~~~~~~~~~~~~~~~~~~~ |
99 | 99 | ||
100 | The value of ``BB_CURRENT_MC`` was changed from ``default`` to an empty string | 100 | The value of :term:`BB_CURRENT_MC` was changed from ``default`` to an empty string |
101 | for the default multiconfig configuration to avoid needing to map the values | 101 | for the default multiconfig configuration to avoid needing to map the values |
102 | within BitBake. This was already not happening in some cases so this fixes | 102 | within BitBake. This was already not happening in some cases so this fixes |
103 | some obscure bugs. | 103 | some obscure bugs. |
104 | 104 | ||
105 | Any logic based on ``BB_CURRENT_MC`` equalling to ``default`` by default should | 105 | Any logic based on :term:`BB_CURRENT_MC` equalling to ``default`` by default should |
106 | be changed to be equal to an empty string. | 106 | be changed to be equal to an empty string. |
107 | 107 | ||
108 | Virtual toolchain provider changes | 108 | Virtual toolchain provider changes |