summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides/migration-5.2.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/migration-guides/migration-5.2.rst')
-rw-r--r--documentation/migration-guides/migration-5.2.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/documentation/migration-guides/migration-5.2.rst b/documentation/migration-guides/migration-5.2.rst
index e9de6910e1..a60e3e9a80 100644
--- a/documentation/migration-guides/migration-5.2.rst
+++ b/documentation/migration-guides/migration-5.2.rst
@@ -94,6 +94,17 @@ systemd changes
94 not for socket files). 94 not for socket files).
95 Now all service files must be explicitly added to :term:`FILES`. 95 Now all service files must be explicitly added to :term:`FILES`.
96 96
97Multiconfig changes
98~~~~~~~~~~~~~~~~~~~
99
100The value of ``BB_CURRENT_MC`` was changed from ``default`` to an empty string
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
103some obscure bugs.
104
105Any logic based on ``BB_CURRENT_MC`` equalling to ``default`` by default should
106be changed to be equal to an empty string.
107
97Recipe changes 108Recipe changes
98~~~~~~~~~~~~~~ 109~~~~~~~~~~~~~~
99 110