mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
migration-5.2: document BB_CURRENT_MC default value change
After commit 0fa0d8d764bb ("cooker/cache: Drop mc 'default' string
value") in Bitbake, the default value of BB_CURRENT_MC was changed from
"default" to an empty string. Document it.
(From yocto-docs rev: efbd8fa30a5cc42d5243aa87e00e2d92cb265adb)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4e4996855f
commit
8c49710b8d
@@ -94,6 +94,17 @@ systemd changes
|
||||
not for socket files).
|
||||
Now all service files must be explicitly added to :term:`FILES`.
|
||||
|
||||
Multiconfig changes
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
The value of ``BB_CURRENT_MC`` was changed from ``default`` to an empty string
|
||||
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
|
||||
some obscure bugs.
|
||||
|
||||
Any logic based on ``BB_CURRENT_MC`` equalling to ``default`` by default should
|
||||
be changed to be equal to an empty string.
|
||||
|
||||
Recipe changes
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user