mbox series

[wrynose] Pull request

Message ID DIMPB1PL9E8Q.3MAQ24XREQNYZ@bootlin.com
State New
Headers show
Series [wrynose] Pull request | expand

Pull-request

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

Message

Antonin Godard May 19, 2026, 1:51 p.m. UTC
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 wrynose-next

for you to fetch changes up to 7ac955621b36a221126cd40f12c41fa98c213a24:

  contributor-guide: fix type "maintainance" to "maintenance" (2026-05-19 15:39:56 +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 (11):
      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"
      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    |  10 +-
 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, 640 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