public inbox for docs@lists.yoctoproject.org
 help / color / mirror / Atom feed
* [nanbield][PATCH 00/20] Documentation backports
@ 2023-12-18 21:33 michael.opdenacker
  2023-12-18 21:33 ` [nanbield][PATCH 01/20] migration-guides: release 3.5 is actually 4.0 michael.opdenacker
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: michael.opdenacker @ 2023-12-18 21:33 UTC (permalink / raw)
  To: docs; +Cc: Michael Opdenacker

From: Michael Opdenacker <michael.opdenacker@bootlin.com>


Justin Bronder (1):
  contributor-guide: add License-Update tag

Lee Chee Yang (4):
  migration-guide: add release notes for 4.2.4
  migration-guide: add release notes for 4.0.14
  migration-guides: reword fix in release-notes-4.3.1
  migration-guides: add release notes for 4.0.15

Michael Opdenacker (12):
  migration-guides: release 3.5 is actually 4.0
  contributor-guide: fix command option
  dev-manual: layers: update link to YP Compatible form
  ref-manual: releases.svg: update nanbield release status
  manuals: fix URL
  test-manual: text and formatting fixes
  test-manual: resource updates
  test-manual: add links to python unittest
  test-manual: explicit or fix file paths
  test-manual: add or improve hyperlinks
  dev-manual: runtime-testing: fix test module name
  test-manual: use working example

Paul Barker (1):
  ref-manual: Fix reference to MIRRORS/PREMIRRORS defaults

Peter Kjellerstedt (1):
  dev-manual: Discourage the use of SRC_URI[md5sum]

Simone Weiß (1):
  manuals: brief-yoctoprojectqs: align variable order with default
    local.conf

 documentation/brief-yoctoprojectqs/index.rst  |   4 +-
 .../contributor-guide/recipe-style-guide.rst  |  12 +
 .../contributor-guide/submit-changes.rst      |   2 +-
 documentation/dev-manual/debugging.rst        |   2 +-
 documentation/dev-manual/layers.rst           |   4 +-
 documentation/dev-manual/new-recipe.rst       |  27 +-
 documentation/dev-manual/runtime-testing.rst  |   2 +-
 .../migration-guides/migration-2.2.rst        |   2 +-
 .../migration-guides/migration-3.0.rst        |   2 +-
 .../migration-guides/migration-3.4.rst        |   2 +-
 .../migration-guides/release-4.0.rst          |   2 +
 .../migration-guides/release-4.2.rst          |   1 +
 .../migration-guides/release-notes-4.0.14.rst | 227 +++++++++++
 .../migration-guides/release-notes-4.0.15.rst | 189 +++++++++
 .../migration-guides/release-notes-4.2.4.rst  | 364 ++++++++++++++++++
 .../migration-guides/release-notes-4.3.1.rst  |   2 +-
 documentation/ref-manual/svg/releases.svg     |  32 +-
 documentation/ref-manual/variables.rst        |  10 +-
 documentation/test-manual/intro.rst           | 112 +++---
 documentation/test-manual/test-process.rst    |  44 +--
 .../test-manual/understand-autobuilder.rst    |  62 +--
 documentation/what-i-wish-id-known.rst        |   5 +-
 22 files changed, 954 insertions(+), 155 deletions(-)
 create mode 100644 documentation/migration-guides/release-notes-4.0.14.rst
 create mode 100644 documentation/migration-guides/release-notes-4.0.15.rst
 create mode 100644 documentation/migration-guides/release-notes-4.2.4.rst

-- 
2.34.1



^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2023-12-18 21:34 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-18 21:33 [nanbield][PATCH 00/20] Documentation backports michael.opdenacker
2023-12-18 21:33 ` [nanbield][PATCH 01/20] migration-guides: release 3.5 is actually 4.0 michael.opdenacker
2023-12-18 21:33 ` [nanbield][PATCH 02/20] contributor-guide: fix command option michael.opdenacker
2023-12-18 21:33 ` [nanbield][PATCH 03/20] contributor-guide: add License-Update tag michael.opdenacker
2023-12-18 21:33 ` [nanbield][PATCH 04/20] dev-manual: layers: update link to YP Compatible form michael.opdenacker
2023-12-18 21:33 ` [nanbield][PATCH 05/20] migration-guide: add release notes for 4.2.4 michael.opdenacker
2023-12-18 21:33 ` [nanbield][PATCH 06/20] ref-manual: releases.svg: update nanbield release status michael.opdenacker
2023-12-18 21:33 ` [nanbield][PATCH 07/20] manuals: fix URL michael.opdenacker
2023-12-18 21:33 ` [nanbield][PATCH 08/20] migration-guide: add release notes for 4.0.14 michael.opdenacker
2023-12-18 21:33 ` [nanbield][PATCH 09/20] ref-manual: Fix reference to MIRRORS/PREMIRRORS defaults michael.opdenacker
2023-12-18 21:33 ` [nanbield][PATCH 10/20] dev-manual: Discourage the use of SRC_URI[md5sum] michael.opdenacker
2023-12-18 21:33 ` [nanbield][PATCH 11/20] test-manual: text and formatting fixes michael.opdenacker
2023-12-18 21:33 ` [nanbield][PATCH 12/20] test-manual: resource updates michael.opdenacker
2023-12-18 21:33 ` [nanbield][PATCH 13/20] test-manual: add links to python unittest michael.opdenacker
2023-12-18 21:33 ` [nanbield][PATCH 14/20] test-manual: explicit or fix file paths michael.opdenacker
2023-12-18 21:33 ` [nanbield][PATCH 15/20] test-manual: add or improve hyperlinks michael.opdenacker
2023-12-18 21:33 ` [nanbield][PATCH 16/20] migration-guides: reword fix in release-notes-4.3.1 michael.opdenacker
2023-12-18 21:33 ` [nanbield][PATCH 17/20] manuals: brief-yoctoprojectqs: align variable order with default local.conf michael.opdenacker
2023-12-18 21:33 ` [nanbield][PATCH 18/20] dev-manual: runtime-testing: fix test module name michael.opdenacker
2023-12-18 21:33 ` [nanbield][PATCH 19/20] migration-guides: add release notes for 4.0.15 michael.opdenacker
2023-12-18 21:33 ` [nanbield][PATCH 20/20] test-manual: use working example michael.opdenacker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox