mbox series

[master] Pull request

Message ID DAX6LN52JXDI.27YL9M403ARI4@bootlin.com
State New
Headers show
Series [master] Pull request | expand

Pull-request

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

Message

Antonin Godard June 27, 2025, 8:43 a.m. UTC
The following changes since commit 6b45207c8db40ef416f12348e066601975a0ca36:

  ref-manual/yocto-project-supported-features: Set riscv32 maintainers as TBD (2025-06-24 11:29:06 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 95691fa4e7d30ee27cb1280df20751bf449538a4:

  dev-manual: update list of recipe files showing version numbers (2025-06-27 10:16:07 +0200)

----------------------------------------------------------------
Adrian Freihofer (1):
      ref-manual/yocto-project-supported-features: add ppc maintainers

Alexander Kanavin (7):
      overview-manual: correct value of UNPACKDIR and put S under it
      ref-manual: drop a sentence about a 'legacy way' to specify UNPACKDIR
      dev-manual: replace WORKDIR with UNPACKDIR where appropriate
      overview-manual: correct the bitbake tasks map section and diagram to account for sources in UNPACKDIR
      ref-manual: correct references to WORKDIR to account for recent do_unpack changes
      migration-guides/migration-5.1.rst: correct S/UNPACKDIR patterns for file-only recipes
      migration-guides/migration-5.3.rst: add guidance for breaking WORKDIR changes

Anibal Limon (1):
      test-manual/ptest: Add info about fail state of ptest-runner/ptests

Antonin Godard (1):
      ref-manual/variables.rst: document BB_GIT_DEFAULT_DESTSUFFIX

Dixit Parmar (1):
      ref-manual: document KERNEL_SPLIT_MODULES variable

Robert P. J. Day (12):
      dev-manual: minor grammar correction
      dev-manual: correct misspelled reference to sstate-cache-management.py
      dev-manual: CH 2, small number of clarifications
      dev manual, CH 3: update code snippets to be more current
      dev-manual: shorten bitbake.conf snippet related to static libs
      dev-manual: replace "on the contrary" with "by contrast"
      dev-manual: fix broken rendering of bullet point
      dev-manual: show bin_package example wireless-regdb recipe
      dev-manual: correct statements that source is always tarballs
      dev-manual: fix rendering of ${PN}
      dev-manual: simplify recipe names to use "oe_git" links
      dev-manual: update list of recipe files showing version numbers

 documentation/dev-manual/building.rst              |  4 +-
 documentation/dev-manual/disk-space.rst            |  2 +-
 .../dev-manual/efficiently-fetching-sources.rst    |  4 +-
 documentation/dev-manual/init-manager.rst          |  2 +-
 documentation/dev-manual/layers.rst                | 20 ++++----
 documentation/dev-manual/libraries.rst             | 32 +------------
 documentation/dev-manual/licenses.rst              |  4 +-
 documentation/dev-manual/new-recipe.rst            | 53 ++++++++++++++--------
 documentation/dev-manual/packages.rst              |  2 +-
 documentation/dev-manual/prebuilt-libraries.rst    |  6 +--
 documentation/dev-manual/start.rst                 | 16 +++----
 documentation/dev-manual/temporary-source-code.rst | 15 ++++--
 documentation/migration-guides/migration-5.1.rst   |  6 +--
 documentation/migration-guides/migration-5.3.rst   | 50 ++++++++++++++++++++
 documentation/overview-manual/concepts.rst         |  6 +--
 .../svg/analysis-for-package-splitting.svg         |  8 ++--
 .../overview-manual/svg/bitbake_tasks_map.svg      |  2 +-
 .../svg/configuration-compile-autoreconf.svg       |  8 ++--
 documentation/overview-manual/svg/patching.svg     |  8 ++--
 .../overview-manual/svg/source-fetching.svg        |  8 ++--
 documentation/ref-manual/structure.rst             |  2 +-
 documentation/ref-manual/tasks.rst                 |  3 +-
 documentation/ref-manual/variables.rst             | 44 ++++++++++++------
 .../yocto-project-supported-features.rst           |  3 +-
 documentation/test-manual/ptest.rst                | 17 +++++--
 25 files changed, 193 insertions(+), 132 deletions(-)