All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Antonin Godard" <antonin.godard@bootlin.com>
To: "Paul Barker" <paul@pbarker.dev>
Cc: <docs@lists.yoctoproject.org>, "Yoann Congal" <yoann.congal@smile.fr>
Subject: [wrynose] Pull request
Date: Mon, 08 Jun 2026 17:48:48 +0200	[thread overview]
Message-ID: <DJ3SBG1XMKSG.2KV5BKLFP5NCP@bootlin.com> (raw)

The following changes since commit 7ac955621b36a221126cd40f12c41fa98c213a24:

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

are available in the Git repository at:

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

for you to fetch changes up to 768cbc95861c0da961c9f1ba77a9369caa3dce2d:

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

----------------------------------------------------------------
Antonin Godard (11):
      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/release-5.0.rst     |    1 +
 .../migration-guides/release-notes-5.0.18.rst      | 2644 ++++++++++++++++++++
 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 +-
 32 files changed, 17124 insertions(+), 141 deletions(-)
 create mode 100644 documentation/migration-guides/release-notes-5.0.18.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


             reply	other threads:[~2026-06-08 15:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-08 15:48 Antonin Godard [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-06-22  8:45 [wrynose] Pull request Antonin Godard
2026-05-19 13:51 Antonin Godard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DJ3SBG1XMKSG.2KV5BKLFP5NCP@bootlin.com \
    --to=antonin.godard@bootlin.com \
    --cc=docs@lists.yoctoproject.org \
    --cc=paul@pbarker.dev \
    --cc=yoann.congal@smile.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.