mbox series

[v2,00/12] Updates for upcoming 5.2 release

Message ID 20250325-release-note-5-2-updates-v2-0-19f050d61da3@bootlin.com
Headers show
Series Updates for upcoming 5.2 release | expand

Message

Antonin Godard March 25, 2025, 9:20 a.m. UTC
First series of patches documents the missing or deprecated bits of
documentation.

The last two patches update the release note and migration guide for
5.2.

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
Changes in v2:
- New patch "ref-manual/variables.rst: document autotools class related
  variables".
- Add an item in the migration guide on recipe inheriting autotools now
  requiring a configure script.
- Add minimum Python version required on the host in the release note.
- Mention that users can choose the NVD database source in the beginning
  of the release note (thanks Marta for the suggestion).
- Various additions to the release note after documenting a bit more
  commits from Poky's master branch.
- Fix some indentation issues in the release note.
- Link to v1: https://lore.kernel.org/r/20250317-release-note-5-2-updates-v1-0-82b0a4182aff@bootlin.com

---
Antonin Godard (12):
      ref-manual/classes.rst: document the ptest-python-pytest class and variables
      ref-manual/variables.rst: WATCHDOG_TIMEOUT: fix recipe name
      ref-manual/variables.rst: document the WATCHDOG_RUNTIME_SEC variable
      ref-manual/variables.rst: document the MOUNT_GROUP variable
      ref-manual/features.rst: drop ld-is-gold
      ref-manual/variables.rst: document the MESON_INSTALL_TAGS
      ref-manual/variables.rst: document the NVD_DB_VERSION variable
      ref-manual/variables.rst: document autotools class related variables
      migration-guides/migration-5.2.rst: add information about autotools changes
      ref-manual/variables.rst: add a link for BB_USE_HOME_NPMRC
      migration-guides/migration-5.2: update for upcoming 5.2 release
      migration-guides/release-notes-5.2: update for upcoming 5.2 release

 documentation/migration-guides/migration-5.2.rst   |  57 ++++
 .../migration-guides/release-notes-5.2.rst         | 354 ++++++++++++++++++---
 documentation/ref-manual/classes.rst               |  15 +
 documentation/ref-manual/features.rst              |   3 -
 documentation/ref-manual/variables.rst             |  60 +++-
 5 files changed, 448 insertions(+), 41 deletions(-)
---
base-commit: ee6b3698da044e290dbc4fbb852f3cc37638e689
change-id: 20250225-release-note-5-2-updates-d32951d23978

Best regards,