mbox series

[yocto-docs,v2,00/14] Updates from recent core changes

Message ID 20241220-release-note-5-2-updates-v2-0-df29527f3fc5@bootlin.com
Headers show
Series Updates from recent core changes | expand

Message

Antonin Godard Dec. 20, 2024, 12:16 p.m. UTC
This series updates the documentation for the changes applied to master
in openembedded-core, bitbake, meta-poky and the docs itself.

First part of the series are documentation updates (new/removed
features), while the last commit update the release note/migration
guide only.

Precisely, this represents changes between 8149e74258 and 87d7341465 in
poky.

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
Changes in v2:
- Reviews from Quentin Schulz (thank you!):
  - KERNEL_CONSOLE: link to the kernel command line doc
  - migrate_localecount drop: add commit in oecore that drops this class
  - typo linux-firmware fixed, add kconfig opts for firmware
    compression
  - link to cython website instead of recipe. remove note on
    reproducibility
  - add additional % method to the bbappend paragraph. fix better ->
    best
  - CHECKLAYER_REQUIRED_TESTS: mention it's readonly + approval from TSC
  - Be more precide the PREFERRED_RPROVIDER doc.
  - Add BB_DANGLINGAPPENDS_WARNONLY note in the migration guide.
- Link to v1: https://lore.kernel.org/r/20241217-release-note-5-2-updates-v1-0-b189493b1b09@bootlin.com

---
Antonin Godard (14):
      ref-manual/variables: document the KERNEL_CONSOLE variable
      ref-manual/classes: drop the migrate_localcount class
      ref-manual/variables: document the FIRMWARE_COMPRESSION variable
      ref-manual/variables: add missing entries to SDK_ARCHIVE_TYPE
      ref-manual/variables: document the WIC_SECTOR_SIZE variable
      ref-manual/variable: remove obsolete SETUPTOOLS_INSTALL_ARGS
      ref-manual/classes: document the cython class
      Remove debug-tweaks references
      Drop support for BB_DANGLINGAPPENDS_WARNONLY
      ref-manual/variables: document the CHECKLAYER_REQUIRED_TESTS variable
      ref-manual/classes: document the yocto-check-layer class
      ref-manual/variables: document the CARGO_INSTALL_LIBRARIES variable
      ref-manual/variables: document the PREFERRED_RPROVIDER variable
      migration-guides: update the release notes for 5.2

 documentation/dev-manual/build-quality.rst         |   2 +-
 documentation/dev-manual/customizing-images.rst    |   3 +-
 documentation/dev-manual/layers.rst                |  22 +-
 documentation/dev-manual/securing-images.rst       |  12 +-
 documentation/migration-guides/migration-5.2.rst   |  56 ++++
 .../migration-guides/release-notes-5.2.rst         | 345 ++++++++++++++++++++-
 documentation/profile-manual/intro.rst             |   4 +-
 documentation/profile-manual/usage.rst             |   2 +-
 documentation/ref-manual/classes.rst               |  37 ++-
 documentation/ref-manual/features.rst              |  19 +-
 documentation/ref-manual/variables.rst             | 113 +++++--
 documentation/sdk-manual/extensible.rst            |   5 +-
 12 files changed, 552 insertions(+), 68 deletions(-)
---
base-commit: 28850c974a3896895bc921c094071523218d6d07
change-id: 20241211-release-note-5-2-updates-015cdcfbb7d8

Best regards,