mbox series

[wrynose] Pull request

Message ID DLGMAWVZGKJ2.2AW6YNDVZ47P7@bootlin.com
State New
Headers show
Series [wrynose] Pull request | expand

Pull-request

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

Message

Antonin Godard Sept. 16, 2026, 9:02 a.m. UTC
The following changes since commit d4a5167233032f63826ad33f7b3a718d9a274a02:

  ref-manual/system-requirements.rst: drop ccache in distros (2026-09-02 14:52:40 +0200)

are available in the Git repository at:

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

for you to fetch changes up to a2cc1f5b86f3cdc9ad3257a2545322c5169da3ca:

  ref-manual/variables.rst: Document SPDX_AUTHORS (2026-09-16 10:41:42 +0200)

----------------------------------------------------------------
Andrei Lalaev (1):
      ref-manual: update DEBUG_OPTIMIZATION/FULL_OPTIMIZATION

Antonin Godard (13):
      security-manual/securing-images.rst: remove "your" in "your OE-Core"
      bsp-manual/bsp.rst: fix a "local.conf" -> "layer.conf" typo
      ref-manual/structure.rst: fix a "local.conf" -> "layer.conf" typo
      ref-manual/varlocality.rst: mention built-in fragments for distro/machine
      ref-manual/varlocality.rst: remove BBFILES from local configuration assignments
      ref-manual/features.rst: add tools-profile
      ref-manual/variables.rst: BBMULTICONFIG: fix a typo
      dev-manual/poky-manual-setup.rst: suggest use of fragment instead of assignments
      ref-manual/variables.rst: fix local.conf.extended obsolete path
      ref-manual/variables.rst: mention built-in fragments for MACHINE/DISTRO
      ref-manual/classes.rst: buildstats: remove local.conf default value
      dev-manual/wic.rst: remove local.conf mentions
      ref-manual/variables.rst: GCCVERSION: replace local.conf and mention recipe existence

Joshua Watt (2):
      ref-manual/variables.rst: Fix the documentation for the SPDX agent variables
      ref-manual/variables.rst: Document SPDX_AUTHORS

Lee Chee Yang (2):
      migration-guide: add release notes for 5.0.20
      migration-guide: add release notes for 6.0.3

Robert P. J. Day (2):
      dev-manual: drop link to out-of-date wiki page
      dev-manual: correct OVERRIDES to FILESOVERRIDES for FILESPATH

 documentation/bsp-guide/bsp.rst                    |   2 +-
 documentation/dev-manual/layers.rst                |   4 +-
 documentation/dev-manual/poky-manual-setup.rst     |  10 +-
 documentation/dev-manual/start.rst                 |   3 +-
 documentation/dev-manual/wic.rst                   |   9 +-
 documentation/migration-guides/release-5.0.rst     |   1 +
 documentation/migration-guides/release-6.0.rst     |   1 +
 .../migration-guides/release-notes-5.0.20.rst      | 779 +++++++++++++++++++++
 .../migration-guides/release-notes-6.0.3.rst       | 336 +++++++++
 documentation/ref-manual/classes.rst               |   7 +-
 documentation/ref-manual/features.rst              |   4 +
 documentation/ref-manual/structure.rst             |   2 +-
 documentation/ref-manual/variables.rst             | 115 +--
 documentation/ref-manual/varlocality.rst           |   8 +-
 documentation/security-manual/securing-images.rst  |   2 +-
 15 files changed, 1213 insertions(+), 70 deletions(-)
 create mode 100644 documentation/migration-guides/release-notes-5.0.20.rst
 create mode 100644 documentation/migration-guides/release-notes-6.0.3.rst