mbox series

[00/19] Updates from Poky master

Message ID 20250729-release-note-5-3-first-bunch-v1-0-058971e37c93@bootlin.com
Headers show
Series Updates from Poky master | expand

Message

Antonin Godard July 29, 2025, 9:56 a.m. UTC
Update the documentation with regards to the latest changes on Poky's
master branch.

This covers commits from c4a5e590b53b ("rust-llvm: Compile llvm to use
dynamic libraries") to 2a832e6af1b6 ("orc: set CVE_PRODUCT") in Poky.

This series depends on:
https://lore.kernel.org/r/20250724-bb-defer-bbclasses-v1-1-70f1826d4b83@bootlin.com
and
https://lore.kernel.org/r/20250728-refactor-qa-checks-v2-0-9e0737979f05@bootlin.com

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
Antonin Godard (19):
      ref-manual/tasks.rst: add documentation for do_recipe_qa
      ref-manual/variables.rst: document SPDX_PACKAGE_URL
      ref-manual/variables.rst: document KMETA_CONFIG_FEATURES
      ref-manual/variables.rst: document TESTSDK_SUITES
      ref-manual/variables.rst: document PSEUDO_INCLUDE_PATHS
      Drop the icecc class and related variables
      ref-manual/variables.rst: document the FIT_CONF_PREFIX variable
      ref-manual/variables.rst: add link for BB_DEFER_BBCLASSES
      ref-manual/variables.rst: document SPL_DTB_BINARY
      ref-manual/variables.rst: document UBOOT_VERSION
      ref-manual/classes.rst: document the go-mod-update-modules class
      ref-manual/variables.rst: document OE_SHARED_UMASK
      ref-manual/variables.rst: document CVE_CHECK_VEX_JUSTIFICATION
      ref-manual/classes.rst: document the testexport class
      docs-wide: update wic source plugin names
      ref-manual/tasks.rst: do_package_qa: update link to qa checks
      ref-manual/qa-checks.rst: add space around equal warning
      docs-wide: fix space around equal assignments
      migration-guides/release-notes-5.3: updates

 documentation/bsp-guide/bsp.rst                    |   4 +-
 documentation/dev-manual/building.rst              |   8 +-
 documentation/dev-manual/layers.rst                |   2 +-
 documentation/dev-manual/new-recipe.rst            |   2 +-
 documentation/dev-manual/qemu.rst                  |   4 +-
 documentation/dev-manual/wic.rst                   |  16 +-
 documentation/migration-guides/migration-4.0.rst   |  10 +-
 documentation/migration-guides/migration-5.3.rst   |  89 ++++
 .../migration-guides/release-notes-5.3.rst         | 564 ++++++++++++++++++++-
 documentation/ref-manual/classes.rst               | 113 ++---
 documentation/ref-manual/qa-checks.rst             |  16 +
 documentation/ref-manual/tasks.rst                 |  13 +-
 documentation/ref-manual/variables.rst             | 161 +++---
 documentation/sdk-manual/appendix-customizing.rst  |   4 +-
 14 files changed, 808 insertions(+), 198 deletions(-)
---
base-commit: dc984e5f54c38748603243053fde8b4d078ba586
change-id: 20250717-release-note-5-3-first-bunch-13e949a3113d

Best regards,
--  
Antonin Godard <antonin.godard@bootlin.com>