| Message ID | 20251027-release-note-5-3-second-hunk-v3-0-07d36e2380b8@bootlin.com |
|---|---|
| Headers | show |
| Series | Updates for 5.3 | expand |
On Mon, 27 Oct 2025 13:43:32 +0100, Antonin Godard wrote: > Update the documentation and release notes for 5.3, covering changes > from bd4625cd4db0 ("build-appliance-image: Update to master head > revision") to 4a1f38dd8db1 ("bitbake: knotty, uihelper: Remove > running_pids and lastpids") in Poky. > > Note: this is based on the current master-next as it requires the > uboot-config changes. > > [...] Applied, thanks! [01/16] ref-manual/qa-checks.rst: drop var-undefined commit: 5429187f5f034cf86628fb794ded91cdec731123 [02/16] ref-manual/features.rst: add new opencl feature commit: 202adb84fdad6673ed5b91a6c9642791237cf76b [03/16] ref-manual/classes.rst: document the python_pdm class commit: bbec8adf0fb2dfa8b34e631249a6d6e71aa08386 [04/16] ref-manual/classes.rst: ccache: mention that the host's ccache can be used commit: 47ded4e32c28420ddb47278b299093af649fab75 [05/16] ref-manual/classes,variables: document the CCACHE_DISABLE variable commit: b1b4adc8d4d9d23ff6fd91bca632bb0f5277e72b [06/16] ref-manual/variables.rst: document the REQUIRED_TUNE_FEATURES variable commit: 9652c101092c34233f00418fcc2a84a86fbc9a9b [07/16] ref-manual/variables.rst: document the REQUIRED_MACHINE_FEATURES variable commit: c0551456cba6016d5014c2be8d6906e58a324cc4 [08/16] ref-manual/variables.rst: document the REQUIRED_COMBINED_FEATURES variable commit: bbc7f26240c2db5cd4179f297ae49c778789514e [09/16] ref-manual/variables.rst: document the REQUIRED_IMAGE_FEATURES variable commit: 860ddbd491ee9db291868bd939392538a2c64a4b [10/16] ref-manual/variables.rst: document the USE_NLS variable commit: 92a55345a56b5038c0344669daaa7a3a99dd0fc0 [11/16] ref-manual/classes.rst: gettext: extend the documentation of the class commit: d877e54f1c85cefc00dd674d60f2db81446bd95a [12/16] ref-manual/classes.rst: document the rust-target-config class commit: a9dc48f4bbfb9abfdffc7f0caa8285f7c72cc2d9 [13/16] ref-manual/features.rst: add entry for the coresight machine feature commit: 4b010341a83f515140cb52329107d6da04590a8c [14/16] ref-manual/classes.rst: document the relative_symlinks class commit: c0dc554eba7d421023ecc68a70b7a19df38628b0 [15/16] ref-manual: document UBOOT_MAKE_OPTS commit: 0fc14dca55d3760491cc40ac8c136c9dbdd23dbb [16/16] migration-guides/release-notes-5.3: updates commit: 5cb37206ca0dfaa0dafabb28ebd546b591c88486 Best regards,
Update the documentation and release notes for 5.3, covering changes from bd4625cd4db0 ("build-appliance-image: Update to master head revision") to 4a1f38dd8db1 ("bitbake: knotty, uihelper: Remove running_pids and lastpids") in Poky. Note: this is based on the current master-next as it requires the uboot-config changes. Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- Changes in v3: - Apply suggestions/rewordings/formatting from Quentin and Gyorgy (thanks!) - Link to v2: https://lore.kernel.org/r/20251024-release-note-5-3-second-hunk-v2-0-d15dabc095d0@bootlin.com Changes in v2: - Corrections based on the comments of v1. Thanks Paul and Quentin! - Drop the FIT_LINUX_BIN patch for now as it may be reverted on OE-Core. - Remove mention of IMAGE_EXTRA_PARTITION_FILES for now as a v2 will be sent. - Link to v1: https://lore.kernel.org/r/20251016-release-note-5-3-second-hunk-v1-0-20f21db1f93c@bootlin.com --- Antonin Godard (16): ref-manual/qa-checks.rst: drop var-undefined ref-manual/features.rst: add new opencl feature ref-manual/classes.rst: document the python_pdm class ref-manual/classes.rst: ccache: mention that the host's ccache can be used ref-manual/classes,variables: document the CCACHE_DISABLE variable ref-manual/variables.rst: document the REQUIRED_TUNE_FEATURES variable ref-manual/variables.rst: document the REQUIRED_MACHINE_FEATURES variable ref-manual/variables.rst: document the REQUIRED_COMBINED_FEATURES variable ref-manual/variables.rst: document the REQUIRED_IMAGE_FEATURES variable ref-manual/variables.rst: document the USE_NLS variable ref-manual/classes.rst: gettext: extend the documentation of the class ref-manual/classes.rst: document the rust-target-config class ref-manual/features.rst: add entry for the coresight machine feature ref-manual/classes.rst: document the relative_symlinks class ref-manual: document UBOOT_MAKE_OPTS migration-guides/release-notes-5.3: updates documentation/migration-guides/migration-5.3.rst | 47 ++- .../migration-guides/release-notes-5.3.rst | 335 +++++++++++++++++++-- documentation/ref-manual/classes.rst | 76 ++++- documentation/ref-manual/features.rst | 8 + documentation/ref-manual/qa-checks.rst | 11 - documentation/ref-manual/variables.rst | 68 +++++ 6 files changed, 505 insertions(+), 40 deletions(-) --- base-commit: 05b96f7b0e092b32a88b769d747df05135fc9522 change-id: 20250929-release-note-5-3-second-hunk-bc19bcedd8cb Best regards, -- Antonin Godard <antonin.godard@bootlin.com>