mbox series

[v3,0/2] migration-5.2: Add entries for virtual provider and multiconfig changes

Message ID 20250207-migration-5-2-updates-v3-0-9571efbb1cd0@bootlin.com
Headers show
Series migration-5.2: Add entries for virtual provider and multiconfig changes | expand

Message

Antonin Godard Feb. 7, 2025, 8:27 a.m. UTC
Notes:
* original patch by Richard Purdie:
  https://lore.kernel.org/r/20250126111850.2609298-1-richard.purdie@linuxfoundation.org
  This patch is just reformatting/typo fixes.
* The BB_CURRENT_MC should ideally be documented, but that will come at
  a later point with
  https://bugzilla.yoctoproject.org/show_bug.cgi?id=15709.

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
Changes in v3:
- Review by Quentin:
  - Rephrase virtual provider change to state that the examples are not
    complete and link to breaking commit to show more examples.
- Link to v2: https://lore.kernel.org/r/20250131-migration-5-2-updates-v2-0-4ce688a74bfd@bootlin.com

Changes in v2:
- Split BB_CURRENT_MC and virtual changes in two commits
- Review from Quentin (thanks!):
  - virtual changes:
    - Add more examples to instruct how a user should migrate
    - remove spurious "-" in example
  - BB_CURRENT_MC:
    - suggest to update logic based on BB_CURRENT_MC
- Link to v1: https://lore.kernel.org/r/20250129-migration-5-2-updates-v1-1-98416a476828@bootlin.com

---
Antonin Godard (2):
      migration-5.2: document BB_CURRENT_MC default value change
      migration-5.2: add virtual provider change

 documentation/migration-guides/migration-5.2.rst | 46 ++++++++++++++++++++++++
 1 file changed, 46 insertions(+)
---
base-commit: e6745669cc26de8f61d5d1ccdd5a95b552eece97
change-id: 20250129-migration-5-2-updates-cb613b02bd35

Best regards,