mbox series

[master] Pull request

Message ID DJ3SBG8LRJ0C.1YVZW4OJ55P3J@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 8, 2026, 3:48 p.m. UTC
The following changes since commit d7376cca64a0784e59d4fd60b9baefb4da2ce289:

  contributor-guide: fix type "maintainance" to "maintenance" (2026-05-19 15:33:23 +0200)

are available in the Git repository at:

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

for you to fetch changes up to be424bf52cd3ac9c83a4617d0b06afe8cde055be:

  migration-guide: add release notes for 5.0.18 (2026-06-08 17:24:13 +0200)

----------------------------------------------------------------
Antonin Godard (12):
      migration-guides: add Blacksail release note templates
      ref-manual/variables.rst: link *MIRRORS definitions to the BitBake manual
      overview-manual/concepts: image-generation.png: convert to SVG
      overview-manual/concepts: sdk-generation.png: convert to SVG
      overview-manual/concepts: images.png: convert to SVG
      overview-manual/concepts: sdk.png: convert to SVG
      overview-manual/concepts: cross-development-toolchains.png: convert to SVG
      overview-manual/concepts: user-configuration.png: convert to SVG
      overview-manual/concepts: layer-input.png: convert to SVG
      overview-manual/concepts: source-input.png: convert to SVG
      overview-manual/concepts: package-feeds.png: convert to SVG
      overview-manual/svg: remove white backgrounds

Lee Chee Yang (1):
      migration-guide: add release notes for 5.0.18

Marta Rybczynska (1):
      security-team.rst: update my email address and key

Paul Barker (3):
      security-team: Update membership list
      security-team: Tidy and update section on security team operations
      security-team: Add section on multi-project embargoes

Peter Marko (1):
      dev-manual: remove semicolons for rootfs commands

Robert P. J. Day (16):
      overview-manual: remind reader that meta-poky is a distro layer
      overview-manual: fix typo, "semi-colon" -> "colon"
      overview-manual: hyphens not allowed in file version
      recipe-style-guide.rst: two minor grammatical tweaks
      bsp-guide: mention bootloader and device tree in BSP intro
      bsp-guide: update guide to reflect newer beaglebone
      overview-manual: inform the reader early of "bitbake-getvar"
      bsp-guide: simplify example of structure of BSP layer
      overview-manual: add ":term:" for OE Build System
      overview-manual: explain "ODM" and "OSV" acronyms
      overview-manual: provide a more expansive definition of "layer"
      overview-manual: correct that "conf" is a subdir of build dir
      overview-manual: mention that patch files can be compressed
      overview-manual: use correct spelling "counterpart"
      overview-manual: update deploy.bbclass snippet
      contributor-guide: couple minor typo/grammar fixes

 documentation/bsp-guide/bsp.rst                    |   70 +-
 .../contributor-guide/recipe-style-guide.rst       |    8 +-
 documentation/dev-manual/build-quality.rst         |    4 +-
 documentation/migration-guides/index.rst           |    1 +
 documentation/migration-guides/migration-6.1.rst   |   47 +
 documentation/migration-guides/release-5.0.rst     |    1 +
 documentation/migration-guides/release-6.1.rst     |   10 +
 .../migration-guides/release-notes-5.0.18.rst      | 2644 ++++++++++++++++++++
 .../migration-guides/release-notes-6.1.rst         |  113 +
 documentation/overview-manual/concepts.rst         |   63 +-
 .../figures/cross-development-toolchains.png       |  Bin 82633 -> 0 bytes
 .../overview-manual/figures/image-generation.png   |  Bin 123348 -> 0 bytes
 documentation/overview-manual/figures/images.png   |  Bin 32674 -> 0 bytes
 .../overview-manual/figures/layer-input.png        |  Bin 62330 -> 0 bytes
 .../overview-manual/figures/package-feeds.png      |  Bin 42239 -> 0 bytes
 .../overview-manual/figures/sdk-generation.png     |  Bin 60574 -> 0 bytes
 documentation/overview-manual/figures/sdk.png      |  Bin 49804 -> 0 bytes
 .../overview-manual/figures/source-input.png       |  Bin 51170 -> 0 bytes
 .../overview-manual/figures/user-configuration.png |  Bin 51171 -> 0 bytes
 documentation/overview-manual/intro.rst            |    2 +-
 .../svg/analysis-for-package-splitting.svg         |   19 +-
 .../svg/configuration-compile-autoreconf.svg       |   21 +-
 .../svg/cross-development-toolchains.svg           | 2136 ++++++++++++++++
 .../overview-manual/svg/image-generation.svg       | 1820 ++++++++++++++
 documentation/overview-manual/svg/images.svg       | 1346 ++++++++++
 documentation/overview-manual/svg/layer-input.svg  | 1375 ++++++++++
 .../overview-manual/svg/package-feeds.svg          | 1257 ++++++++++
 documentation/overview-manual/svg/patching.svg     |   19 +-
 .../overview-manual/svg/sdk-generation.svg         | 2020 +++++++++++++++
 documentation/overview-manual/svg/sdk.svg          | 1461 +++++++++++
 .../overview-manual/svg/source-fetching.svg        |   21 +-
 documentation/overview-manual/svg/source-input.svg | 1751 +++++++++++++
 .../overview-manual/svg/user-configuration.svg     | 1162 +++++++++
 documentation/overview-manual/yp-intro.rst         |    7 +-
 documentation/ref-manual/variables.rst             |    6 +
 documentation/security-reference/security-team.rst |   52 +-
 36 files changed, 17295 insertions(+), 141 deletions(-)
 create mode 100644 documentation/migration-guides/migration-6.1.rst
 create mode 100644 documentation/migration-guides/release-6.1.rst
 create mode 100644 documentation/migration-guides/release-notes-5.0.18.rst
 create mode 100644 documentation/migration-guides/release-notes-6.1.rst
 delete mode 100644 documentation/overview-manual/figures/cross-development-toolchains.png
 delete mode 100644 documentation/overview-manual/figures/image-generation.png
 delete mode 100644 documentation/overview-manual/figures/images.png
 delete mode 100644 documentation/overview-manual/figures/layer-input.png
 delete mode 100755 documentation/overview-manual/figures/package-feeds.png
 delete mode 100644 documentation/overview-manual/figures/sdk-generation.png
 delete mode 100644 documentation/overview-manual/figures/sdk.png
 delete mode 100644 documentation/overview-manual/figures/source-input.png
 delete mode 100644 documentation/overview-manual/figures/user-configuration.png
 create mode 100644 documentation/overview-manual/svg/cross-development-toolchains.svg
 create mode 100644 documentation/overview-manual/svg/image-generation.svg
 create mode 100644 documentation/overview-manual/svg/images.svg
 create mode 100644 documentation/overview-manual/svg/layer-input.svg
 create mode 100644 documentation/overview-manual/svg/package-feeds.svg
 create mode 100644 documentation/overview-manual/svg/sdk-generation.svg
 create mode 100644 documentation/overview-manual/svg/sdk.svg
 create mode 100644 documentation/overview-manual/svg/source-input.svg
 create mode 100644 documentation/overview-manual/svg/user-configuration.svg