mbox series

[master] Pull request

Message ID DKNOPOLY0DJW.3I6YMWN83CK78@bootlin.com
State New
Headers show
Series [master] Pull request | expand

Pull-request

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

Message

Antonin Godard Aug. 13, 2026, 8:48 a.m. UTC
The following changes since commit 41dae3c3da3ada1745fc60228ff6269c64ee2361:

  ref-manual/variables.rst: SSTATE_MIRRORS: link to the new sstate-mirrors-setup doc (2026-07-29 10:47:14 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 3660b8085a5e790c1ea8bf75236fff4b216fe19c:

  brief-yoctoprojectqs/index.rst: fix a replacement typo (2026-08-13 10:19:54 +0200)

----------------------------------------------------------------
Antonin Godard (9):
      sdk-manual/appendix-customizing-standard.rst: use code block for bitbake assignment
      sdk-manual/intro.rst: remove a confusing sentence
      sdk-manual/intro.rst: link to sysroot term
      sdk-manual: rename the section to remove "extensible"
      sdk-manual/intro.rst: detail differences between standard and extensible sysroots
      docs-wide: remove CROPS references
      ref-manual/variables.rst: document the QB_DEFAULT_BIOS variable
      brief-yoctoprojectqs/index.rst: use pip to install bitbake-setup
      brief-yoctoprojectqs/index.rst: fix a replacement typo

Jörg Sommer (1):
      features: Add distro feature "audit"

Niko Mauno (2):
      documentation: Replace non-ASCII confusable characters with ASCII
      tools: Add check-confusables pre-commit hook

Paul Barker (1):
      contributor-guide: Note patch complexity requirements for stable branches

Richard Purdie (1):
      security-manual: Add information about how security is handled in builds

Ulrich Ölmann (1):
      dev-manual/creating-fragments.rst: fix typos

 .pre-commit-config.yaml                            |   5 +
 documentation/Makefile                             |   1 +
 documentation/brief-yoctoprojectqs/index.rst       |  39 ++++---
 documentation/bsp-manual/bsp.rst                   |   3 +-
 documentation/contributor-guide/index.rst          |   4 +-
 .../contributor-guide/recipe-style-guide.rst       |   8 +-
 documentation/contributor-guide/submit-changes.rst |  10 +-
 documentation/dev-manual/build-quality.rst         |   2 +-
 documentation/dev-manual/creating-fragments.rst    |   4 +-
 documentation/dev-manual/debugging.rst             |  14 +--
 documentation/dev-manual/new-recipe.rst            |   4 +-
 documentation/dev-manual/start.rst                 | 104 +-----------------
 documentation/index.rst                            |   2 +-
 documentation/kernel-dev/common.rst                |  10 +-
 .../migration-guides/release-notes-4.1.rst         |   2 +-
 .../overview-manual/development-environment.rst    |  16 +--
 documentation/overview-manual/yp-intro.rst         |  36 ++----
 documentation/ref-manual/classes.rst               |   4 +-
 documentation/ref-manual/devtool-reference.rst     |   4 +-
 documentation/ref-manual/features.rst              |   8 ++
 documentation/ref-manual/variables.rst             |  19 ++++
 .../yocto-project-supported-features.rst           |  10 +-
 .../sdk-manual/appendix-customizing-standard.rst   |  11 +-
 documentation/sdk-manual/appendix-obtain.rst       |   3 +-
 documentation/sdk-manual/index.rst                 |   6 +-
 documentation/sdk-manual/intro.rst                 |  35 ++++--
 .../security-manual/build-process-security.rst     |  50 +++++++++
 documentation/security-manual/index.rst            |   1 +
 .../test-manual/yocto-project-compatible.rst       |   2 +-
 documentation/tools/check-confusables              | 121 +++++++++++++++++++++
 .../transitioning-to-a-custom-environment.rst      |   2 +-
 documentation/what-i-wish-id-known.rst             |  14 +--
 32 files changed, 334 insertions(+), 220 deletions(-)
 create mode 100644 documentation/security-manual/build-process-security.rst
 create mode 100755 documentation/tools/check-confusables