| Message ID | 20250729-release-note-5-3-first-bunch-v1-0-058971e37c93@bootlin.com |
|---|---|
| Headers | show |
| Series | Updates from Poky master | expand |
On Tue, 29 Jul 2025 11:56:34 +0200, Antonin Godard wrote: > 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 > > [...] Applied, thanks! [01/19] ref-manual/tasks.rst: add documentation for do_recipe_qa commit: d3f172b600413b58ee51c70e9dd4f69b32fdc5f8 [02/19] ref-manual/variables.rst: document SPDX_PACKAGE_URL commit: 108549dae76a582bc98d3b7bd976e0239a6b92a6 [03/19] ref-manual/variables.rst: document KMETA_CONFIG_FEATURES commit: 1a9f68b875a78c1c7681ed300111399de97631e6 [04/19] ref-manual/variables.rst: document TESTSDK_SUITES commit: fbc6db0ab525c7e46774c01fc595f30d6d0fe3c1 [05/19] ref-manual/variables.rst: document PSEUDO_INCLUDE_PATHS commit: 5fc49ee007d22c7dc28c11ea579c804881b9cb8f [06/19] Drop the icecc class and related variables commit: 30c9413c5106bcbcc1600ef16b8d0cece86d8158 [07/19] ref-manual/variables.rst: document the FIT_CONF_PREFIX variable commit: 860891492b96eb127af5e7bab6348fca12167c68 [08/19] ref-manual/variables.rst: add link for BB_DEFER_BBCLASSES commit: bf3c2ade55e4d90dd50f39d01405352cd48c1703 [09/19] ref-manual/variables.rst: document SPL_DTB_BINARY commit: 05eb461cb1da76ad9cbaf634da7f47447b3f6765 [10/19] ref-manual/variables.rst: document UBOOT_VERSION commit: a9a4bcc754b9400fa6d3c0297e86771f03325590 [11/19] ref-manual/classes.rst: document the go-mod-update-modules class commit: b1a9848d2bba9e1392d153ff992304b83b259318 [12/19] ref-manual/variables.rst: document OE_SHARED_UMASK commit: b0a6f80a3216faf6c6add785aab2257a53b667dc [13/19] ref-manual/variables.rst: document CVE_CHECK_VEX_JUSTIFICATION commit: cee3eb30cc736d990f2232ede0bc6d9686a63713 [14/19] ref-manual/classes.rst: document the testexport class commit: 362a331255525fc853dab3af4ec905c417fabb0b [15/19] docs-wide: update wic source plugin names commit: 7224d7733e9e0f423475e1b9c5b48aff0de1f744 [16/19] ref-manual/tasks.rst: do_package_qa: update link to qa checks commit: 0fcd1a352ae364bee191e7d160b2fec35431fcfd [17/19] ref-manual/qa-checks.rst: add space around equal warning commit: da2e9d45a4c70c5d78d225277a85cc4173e4ee7a [18/19] docs-wide: fix space around equal assignments commit: 77ce1544dd793036b1135817c02e090138fe6407 [19/19] migration-guides/release-notes-5.3: updates commit: c8d852ad63219d067e497a77d489a4011b0d0a26 Best regards,
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>