mbox series

[master] Pull request

Message ID DDUO39BNMLAD.1LT45L9389L6L@bootlin.com
State New
Headers show
Series [master] Pull request | expand

Pull-request

git@push.yoctoproject.org:yocto-docs master-next

Message

Antonin Godard Oct. 29, 2025, 8:36 a.m. UTC
The following changes since commit 8b85245490ae0b19a9c3880ec31e55b42e19d094:

  ref-manual/variables.rst: add note about PSEUDO ignore/include precedence (2025-10-13 17:08:12 +0200)

are available in the Git repository at:

  git@push.yoctoproject.org:yocto-docs master-next

for you to fetch changes up to 5cb37206ca0dfaa0dafabb28ebd546b591c88486:

  migration-guides/release-notes-5.3: updates (2025-10-27 17:20:11 +0100)

----------------------------------------------------------------
Antonin Godard (20):
      ref-manual/variables.rst: document UNINATIVE_URL/CHECKSUM
      ref-manual/classes.rst: extend the uninative class documentation
      ref-manual/variables.rst: fix a typo in UNPACKDIR description
      ref-manual/classes.rst: uboot-config: improve documentation
      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

João Marcos Costa (1):
      variables.rst: fix LAYERDEPENDS description

Lee Chee Yang (1):
      migration-guides: add release notes for 5.2.4

Paul Barker (1):
      dev-manual, test-manual: Update autobuilder output links

Pierre-Loup GOSSE (2):
      ref-manual/variables.rst: document IMAGE_EXTRA_PARTITION_FILES
      migration-guides/release-notes-5.3.rst: new wic extra_partition plugin

Robert P. J. Day (2):
      dev-manual/start.rst: fix typo "RELEASE" -> "RELEASES"
      overview-manual/yp-intro.rst: update on-target packaging info

 documentation/dev-manual/start.rst                 |   4 +-
 documentation/dev-manual/vulnerabilities.rst       |   2 +-
 documentation/migration-guides/migration-5.3.rst   |  47 ++-
 documentation/migration-guides/release-5.2.rst     |   2 +-
 .../migration-guides/release-notes-5.2.4.rst       | 320 ++++++++++++++++++++
 .../migration-guides/release-notes-5.3.rst         | 336 +++++++++++++++++++--
 documentation/overview-manual/yp-intro.rst         |  11 +-
 documentation/ref-manual/classes.rst               | 191 ++++++++++--
 documentation/ref-manual/features.rst              |   8 +
 documentation/ref-manual/qa-checks.rst             |  11 -
 documentation/ref-manual/variables.rst             | 152 +++++++++-
 documentation/test-manual/reproducible-builds.rst  |   2 +-
 documentation/test-manual/test-process.rst         |   2 +-
 13 files changed, 1016 insertions(+), 72 deletions(-)
 create mode 100644 documentation/migration-guides/release-notes-5.2.4.rst