summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/migration-guides/migration-5.2.rst4
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
97Multiconfig changes 97Multiconfig changes
98~~~~~~~~~~~~~~~~~~~ 98~~~~~~~~~~~~~~~~~~~
99 99
100The value of ``BB_CURRENT_MC`` was changed from ``default`` to an empty string 100The value of :term:`BB_CURRENT_MC` was changed from ``default`` to an empty string
101for the default multiconfig configuration to avoid needing to map the values 101for the default multiconfig configuration to avoid needing to map the values
102within BitBake. This was already not happening in some cases so this fixes 102within BitBake. This was already not happening in some cases so this fixes
103some obscure bugs. 103some obscure bugs.
104 104
105Any logic based on ``BB_CURRENT_MC`` equalling to ``default`` by default should 105Any logic based on :term:`BB_CURRENT_MC` equalling to ``default`` by default should
106be changed to be equal to an empty string. 106be changed to be equal to an empty string.
107 107
108Virtual toolchain provider changes 108Virtual toolchain provider changes