mbox series

[master] Pull request

Message ID DEKG4BXEJJCR.SYDA7UM95GNE@bootlin.com
State New
Headers show
Series [master] Pull request | expand

Pull-request

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

Message

Antonin Godard Nov. 28, 2025, 3:50 p.m. UTC
Hi Richard,

These contains updates that should be merged for the upcoming Whinlatter
release. It is ok if they are included after the yocto-5.3 tag, as the default
landing page of docs.yoctoproject.org will point to Whinlatter's branch tip.

The following changes since commit 79cd33b06e87c04e4f873a5afd9d53714bc5047f:

  migration-guides/migration,release-notes-5.3.rst: add poky master branch/bitbake-setup changes (2025-11-26 17:14:07 +0000)

are available in the Git repository at:

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

for you to fetch changes up to c9b19880d281be41660306f1f7456b9735c21487:

  migration-guides/release-notes-5.3.rst: latest changes from master (2025-11-28 16:35:20 +0100)

----------------------------------------------------------------
Antonin Godard (14):
      overview-manual/concepts.rst: update the cross-development toolchain section
      ref-manual/faq.rst: add Q&A on third-party vuln scanning tools
      poky.yaml.in: add DISTRO_RELEASE_SERIES
      brief-yoctoprojectqs/index.rst: update available bitbake-setup configurations
      brief-yoctoprojectqs/index.rst: switch shell block to to console/text blocks
      dev-manual/limiting-resources.rst: update how to track pressure info
      ref-manual/tasks.rst: document the do_list_image_features task
      ref-manual/variables.rst: document WESTON_USER/WESTON_USER_HOME variables
      tools: add gen-cve-release-notes
      migration-guides/release-notes-5.3.rst: add fixed cve
      migration-guides/release-notes-5.3.rst: add recipe upgrades
      migration-guides/release-notes-5.3.rst: add license updates
      migration-guides/release-notes-5.3.rst: add contributors
      migration-guides/release-notes-5.3.rst: latest changes from master

Quentin Schulz (3):
      brief-yoctoprojectqs: specify what "recent Ubuntu Linux distribution" is
      tools: ubuntu_docs: remove duplicate python3-saneyaml
      make sure Quick Build section and System Requirements are in sync

Stefano Tondo (1):
      ref-manual: Document SPDX 3.0.1 variables

 documentation/brief-yoctoprojectqs/index.rst       |   56 +-
 documentation/dev-manual/limiting-resources.rst    |   19 +-
 documentation/migration-guides/migration-5.3.rst   |   22 +-
 .../migration-guides/release-notes-5.3.rst         | 1449 +++++++++++++++++++-
 documentation/overview-manual/concepts.rst         |  108 +-
 documentation/poky.yaml.in                         |    2 +
 documentation/ref-manual/faq.rst                   |   23 +
 documentation/ref-manual/system-requirements.rst   |   33 +-
 documentation/ref-manual/tasks.rst                 |    8 +
 .../ubuntu-debian-host-packages-nodocs.rst         |   33 +
 documentation/ref-manual/variables.rst             |   62 +-
 documentation/set_versions.py                      |    1 +
 documentation/tools/gen-cve-release-notes          |   67 +
 .../tools/host_packages_scripts/ubuntu_docs.sh     |    2 +-
 14 files changed, 1722 insertions(+), 163 deletions(-)
 create mode 100644 documentation/ref-manual/ubuntu-debian-host-packages-nodocs.rst
 create mode 100755 documentation/tools/gen-cve-release-notes