mbox series

[walnascar] Pull request

Message ID DE8L6MC9L8SP.3L7FCCQDFN208@bootlin.com
State New
Headers show
Series [walnascar] Pull request | expand

Pull-request

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

Message

Antonin Godard Nov. 14, 2025, 5:16 p.m. UTC
The following changes since commit aef25e0ba434384a60b3e9733040ab266e0429c3:

  ref-manual/classes,variables: document the CCACHE_DISABLE variable (2025-10-27 17:04:52 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 5ca6617dcceb5f5496ac9ee5d00ee9f7d3a2d5a2:

  migration-guides: add release notes for 4.0.31 (2025-11-14 18:10:02 +0100)

----------------------------------------------------------------
Enrico Jörns (1):
      dev-manual/sbom.rst: reflect that create-spdx is enabled by default

Lee Chee Yang (2):
      migration-guides: add release notes for 5.0.13
      migration-guides: add release notes for 4.0.31

Quentin Schulz (4):
      kernel-dev: common: migrate bitbake -e to bitbake-getvar
      ref-manual: variables: migrate the OVERRIDES note to bitbake-getvar
      dev-manual: debugging: use bitbake-getvar in Viewing Variable Values section
      overview-manual: migrate to SVG + fix typo

Robert P. J. Day (4):
      dev-manual/layers.rst: document "bitbake-layers show-machines"
      dev-manual/new-recipe.rst: update "recipetool -h" output
      dev-manual/new-recipe.rst: replace 'bitbake -e' with 'bitbake-getvar'
      dev-manual/new-recipe.rst: typo, "whith" -> "which"

Ross Burton (1):
      documentation: link to the Releases page on yoctoproject.org instead of wiki

Walter Werner SCHNEIDER (1):
      kernel-dev: add disable config example

 documentation/contributor-guide/submit-changes.rst |   4 +-
 documentation/dev-manual/debugging.rst             |  34 +--
 documentation/dev-manual/layers.rst                |   9 +-
 documentation/dev-manual/new-recipe.rst            |  29 +--
 documentation/dev-manual/sbom.rst                  |  15 +-
 documentation/dev-manual/security-subjects.rst     |   8 +-
 documentation/dev-manual/start.rst                 |   2 +-
 documentation/kernel-dev/common.rst                |  20 +-
 documentation/migration-guides/release-4.0.rst     |   1 +
 documentation/migration-guides/release-5.0.rst     |   1 +
 .../migration-guides/release-notes-4.0.31.rst      | 210 ++++++++++++++++++
 .../migration-guides/release-notes-5.0.13.rst      | 241 +++++++++++++++++++++
 .../overview-manual/figures/key-dev-elements.png   | Bin 20424 -> 0 bytes
 .../overview-manual/svg/key-dev-elements.svg       | 172 +++++++++++++++
 documentation/overview-manual/yp-intro.rst         |   2 +-
 documentation/ref-manual/release-process.rst       |   3 +-
 documentation/ref-manual/variables.rst             |   4 +-
 17 files changed, 691 insertions(+), 64 deletions(-)
 create mode 100644 documentation/migration-guides/release-notes-4.0.31.rst
 create mode 100644 documentation/migration-guides/release-notes-5.0.13.rst
 delete mode 100644 documentation/overview-manual/figures/key-dev-elements.png
 create mode 100644 documentation/overview-manual/svg/key-dev-elements.svg