mbox series

[scarthgap] Pull request

Message ID DG1TL6IEKEPC.10Q24I0791QZ6@bootlin.com
State New
Headers show
Series [scarthgap] Pull request | expand

Pull-request

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

Message

Antonin Godard Jan. 30, 2026, 9:35 a.m. UTC
The following changes since commit 9d586f22b04528a12e71ee4fa794d8130320515b:

  contributor-guide/recipe-style-guide.rst: explain difference between layer and recipe license(s) (2026-01-13 09:59:23 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 7e89c8b93f07a3a2fa50448121a6f64b1aae65f0:

  migration-guides: add release notes for 5.0.15 (2026-01-23 11:39:23 +0100)

----------------------------------------------------------------
Lee Chee Yang (1):
      migration-guides: add release notes for 5.0.15

Quentin Schulz (12):
      sdk-manual: fix incorrect highlight language for text code-blocks
      sdk-manual: fix incorrect highlight language for console code-blocks
      sdk-manual: fix improper indent of general form of tarball installer scripts
      sdk-manual: working-projects: properly highlight code code-blocks
      sdk-manual: appending-customizing: use none lexer for BitBake code blocks
      sdk-manual: appendix-obtain: replace directory structure PNG with a parsed-literal block
      sdk-manual: appendix-obtain: replace eSDK directory structure PNG with a parsed-literal block
      sdk-manual: replace sdk-environment PNG with SVG
      sdk-manual: delete sdk-title PNG
      sdk-manual: appendix-obtain: use parsed-literal block for naming convention of the installer scripts
      sdk-manual: using: fix SDK filename example
      sdk-manual: appendix-obtain: fix default path for eSDK installer script

 documentation/migration-guides/release-5.0.rst     |   1 +
 .../migration-guides/release-notes-5.0.15.rst      | 219 ++++++++++
 documentation/sdk-manual/appendix-customizing.rst  |  36 +-
 documentation/sdk-manual/appendix-obtain.rst       | 158 +++++--
 documentation/sdk-manual/extensible.rst            |  63 +--
 .../sdk-manual/figures/sdk-environment.png         | Bin 42098 -> 0 bytes
 .../sdk-installed-extensible-sdk-directory.png     | Bin 66753 -> 0 bytes
 .../sdk-installed-standard-sdk-directory.png       | Bin 39099 -> 0 bytes
 documentation/sdk-manual/figures/sdk-title.png     | Bin 31039 -> 0 bytes
 documentation/sdk-manual/intro.rst                 |   2 +-
 documentation/sdk-manual/svg/sdk-environment.svg   | 463 +++++++++++++++++++++
 documentation/sdk-manual/using.rst                 |  35 +-
 documentation/sdk-manual/working-projects.rst      | 112 +++--
 13 files changed, 968 insertions(+), 121 deletions(-)
 create mode 100644 documentation/migration-guides/release-notes-5.0.15.rst
 delete mode 100644 documentation/sdk-manual/figures/sdk-environment.png
 delete mode 100644 documentation/sdk-manual/figures/sdk-installed-extensible-sdk-directory.png
 delete mode 100644 documentation/sdk-manual/figures/sdk-installed-standard-sdk-directory.png
 delete mode 100644 documentation/sdk-manual/figures/sdk-title.png
 create mode 100644 documentation/sdk-manual/svg/sdk-environment.svg