mbox series

[master] Pull request

Message ID DIMPAZ2PHS30.2ZPYURSIM1NIJ@bootlin.com
State New
Headers show
Series [master] Pull request | expand

Pull-request

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

Message

Antonin Godard May 19, 2026, 1:51 p.m. UTC
Hi Paul, Yoann,

(Copying Yoann here as well for the general status on the sent pull requests)

Here is a pull request for master that you'll receive alongside stable branch
pull requests.

master and wrynose are equal in content.

scarthgap contains the release note updates, and a select list of docs fixes
picked from master.

whinlatter and kirkstone only contain the last release notes additions sent by
Lee Chee Yang, probably the last pull request for those branches.

Cheers,
Antonin

The following changes since commit 6b78593bed7174245fd7f6861263c69a3c439a74:

  ref-manual/variables: IMAGE_TYPES: add new wicenv type (2026-04-27 10:27:34 +0200)

are available in the Git repository at:

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

for you to fetch changes up to d7376cca64a0784e59d4fd60b9baefb4da2ce289:

  contributor-guide: fix type "maintainance" to "maintenance" (2026-05-19 15:33:23 +0200)

----------------------------------------------------------------
Lee Chee Yang (4):
      release-note-6.0: update downloads section
      release-note-6.0: update several section
      migration-guide: add release notes for 4.0.35
      migration-guide: add release notes for 5.3.4

Minwoo Choi (1):
      ref-manual/variables: document the 'dynamic layer' concept

Quentin Schulz (11):
      migration-guides: fix https:// prefix missing in anonymous reference
      ref-manual: classes: fix https:// prefix missing in anonymous reference
      migration-guides: migration-6.0: reword meta-poky templates removal
      migration-guides: migration-6.0: fix grammar and missing word
      migration-guide: migration-6.0: fix typos in cve-check removal
      migration-guides: release-notes-6.0: fix typo in documentation changes
      ref-manual: classes: add missing "task" after create_recipe_sbom
      ref-manual: fix "include to" grammar for UKI_DEVICETREE
      ref-manual: fragments: fix style inconsistencies
      ref-manual: variables: add hyphen to "space separated"
      ref-manual: variables: add hyphen to "space separated" and "auto generated"

Robert P. J. Day (12):
      index.rst: update "Software Overview" to "Technical Overview"
      yp-intro.rst: delete really old references
      yp-intro.rst: add link to "buildbot"
      YP Quick Build: delete extraneous periods in list
      YP Quick Build: use "set up" as a verb
      Quick Build guide: Various pedantic cleanups
      "Transitioning ..." doc: Various pedantic cleanups
      What I Wish I'd KNown: Various pedantic cleanups
      ref-manual: replace "naive" with "simple"
      overview-manual: fix "checkout" versus "check out"
      overview-manual: add a few more basic Git commands
      contributor-guide: fix type "maintainance" to "maintenance"

 documentation/brief-yoctoprojectqs/index.rst       |  28 +--
 .../contributor-guide/recipe-style-guide.rst       |   4 +-
 documentation/index.rst                            |   2 +-
 documentation/migration-guides/migration-6.0.rst   |  13 +-
 documentation/migration-guides/release-4.0.rst     |   1 +
 documentation/migration-guides/release-5.3.rst     |   1 +
 .../migration-guides/release-notes-4.0.35.rst      | 198 ++++++++++++++++++
 .../migration-guides/release-notes-5.3.4.rst       | 218 ++++++++++++++++++++
 .../migration-guides/release-notes-6.0.rst         | 229 ++++++++++++++-------
 .../overview-manual/development-environment.rst    |  20 +-
 documentation/overview-manual/yp-intro.rst         |   8 +-
 documentation/ref-manual/classes.rst               |   8 +-
 documentation/ref-manual/fragments.rst             |   6 +-
 .../ubuntu-debian-host-packages-nodocs.rst         |   2 +-
 documentation/ref-manual/variables.rst             |  21 +-
 .../transitioning-to-a-custom-environment.rst      |  16 +-
 documentation/what-i-wish-id-known.rst             |  18 +-
 17 files changed, 650 insertions(+), 143 deletions(-)
 create mode 100644 documentation/migration-guides/release-notes-4.0.35.rst
 create mode 100644 documentation/migration-guides/release-notes-5.3.4.rst