All of lore.kernel.org
 help / color / mirror / Atom feed
* [master] Pull request
@ 2024-02-23 18:47 Michael Opdenacker
  2024-02-24  3:35 ` [docs] " Bruce Ashfield
  0 siblings, 1 reply; 17+ messages in thread
From: Michael Opdenacker @ 2024-02-23 18:47 UTC (permalink / raw)
  To: Richard Purdie; +Cc: YP docs mailing list

Hi Richard,

The following changes since commit 79530aeb97976b9a63bf04ed247f98061fc9d737:

   release-notes-4.3: fix spacing (2024-02-05 15:22:33 +0100)

are available in the Git repository at:

   git://git.yoctoproject.org/yocto-docs master-next

for you to fetch changes up to b63e6a5ac71b347961037b7ee496c2e958ad22c5:

   dev-manual: packages: need enough free space (2024-02-23 09:50:37 +0100)

----------------------------------------------------------------
Adrian Freihofer (1):
       sdk-manual: extensible.rst: cover devtool ide-sdk

Khem Raj (1):
       ref-manual: variables: remove PYTHON_PN

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

Michael Opdenacker (5):
       ref-manual: system-requirements: update packages to build docs
       ref-manual: release-process: grammar fix
       manuals: suppress excess use of "following" word
       dev-manual: packages: clarify shared PR service constraint
       dev-manual: packages: need enough free space

Simone Weiß (1):
       dev-manual: Rephrase spdx creation

Vyacheslav Yurkov (1):
       manuals: kernel-dev: Fix BSP in recipe space

  documentation/bsp-guide/bsp.rst                        |   9 ++--
  documentation/dev-manual/building.rst                  |   2 +-
  documentation/dev-manual/debugging.rst                 |   8 ++--
  documentation/dev-manual/development-shell.rst         |   2 +-
  documentation/dev-manual/layers.rst                    |   8 ++--
  documentation/dev-manual/libraries.rst                 |   4 +-
  documentation/dev-manual/licenses.rst                  |   2 +-
  documentation/dev-manual/new-machine.rst               |   2 +-
  documentation/dev-manual/new-recipe.rst                |   8 ++--
  documentation/dev-manual/packages.rst                  |  22 +++++++---
  documentation/dev-manual/prebuilt-libraries.rst        |   4 +-
  documentation/dev-manual/python-development-shell.rst  |   2 +-
  documentation/dev-manual/qemu.rst                      |   4 +-
  documentation/dev-manual/runtime-testing.rst           |   4 +-
  documentation/dev-manual/sbom.rst                      |  40 
++++++++++-------
  documentation/dev-manual/speeding-up-build.rst         |   4 +-
  documentation/dev-manual/start.rst                     |   6 +--
  documentation/kernel-dev/advanced.rst                  |   2 +-
  documentation/kernel-dev/common.rst                    |   4 +-
  documentation/migration-guides/migration-1.5.rst       |   6 +--
  documentation/migration-guides/migration-2.2.rst       |   6 +--
  documentation/migration-guides/migration-2.4.rst       |   8 ----
  documentation/migration-guides/migration-2.5.rst       |   8 +---
  documentation/migration-guides/migration-4.0.rst       |   2 +-
  documentation/migration-guides/release-4.3.rst         |   1 +
  documentation/migration-guides/release-notes-4.3.3.rst | 200 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  documentation/overview-manual/concepts.rst             |  18 ++++----
  documentation/overview-manual/yp-intro.rst             |   2 +-
  documentation/ref-manual/classes.rst                   |   8 ++--
  documentation/ref-manual/devtool-reference.rst         |   4 +-
  documentation/ref-manual/faq.rst                       |   6 +--
  documentation/ref-manual/features.rst                  |   2 +-
  documentation/ref-manual/images.rst                    |   2 +-
  documentation/ref-manual/release-process.rst           |   8 ++--
  documentation/ref-manual/structure.rst                 |   2 +-
  documentation/ref-manual/system-requirements.rst       |  10 ++---
  documentation/ref-manual/terms.rst                     |   4 +-
  documentation/ref-manual/variables.rst                 |  22 ++--------
  documentation/sdk-manual/appendix-obtain.rst           |  10 ++---
  documentation/sdk-manual/extensible.rst                | 283 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
  documentation/sdk-manual/intro.rst                     |   2 +-
  documentation/toaster-manual/setup-and-use.rst         |   4 +-
  42 files changed, 614 insertions(+), 141 deletions(-)
  create mode 100644 documentation/migration-guides/release-notes-4.3.3.rst

Thank you in advance
Cheers
Michael.

-- 
Michael Opdenacker, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



^ permalink raw reply	[flat|nested] 17+ messages in thread
* [master] Pull request
@ 2023-10-20 13:26 Michael Opdenacker
  2023-10-20 13:42 ` Richard Purdie
  0 siblings, 1 reply; 17+ messages in thread
From: Michael Opdenacker @ 2023-10-20 13:26 UTC (permalink / raw)
  To: Richard Purdie; +Cc: YP docs mailing list

Hi Richard,

The following changes since commit ceb1812e63b9fac062f886c2a1dde23137c0e1ed:

   migration-guides: add release notes for 4.0.13 (2023-10-06 09:59:00 
+0200)

are available in the Git repository at:

   git://git.yoctoproject.org/yocto-docs master-next

for you to fetch changes up to 65b62118da6f355e56c489c6be08ba9ea94b9f04:

   ref-manual: variables: add example for SYSROOT_DIRS variable 
(2023-10-20 15:19:18 +0200)

----------------------------------------------------------------
Arne Schwerdt (1):
       ref-manual: Warn about COMPATIBLE_MACHINE skipping native recipes

BELHADJ SALEM Talel (5):
       ref-manual: Fix PACKAGECONFIG term and add an example
       dev-manual: layers: Add notes about layer.conf
       ref-manual: variables: add RECIPE_SYSROOT and RECIPE_SYSROOT_NATIVE
       ref-manual: variables: add TOOLCHAIN_OPTIONS variable
       ref-manual: variables: add example for SYSROOT_DIRS variable

Jérémy Rosen (1):
       ref-manual: Add documentation for the unimplemented-ptest QA warning

Michael Opdenacker (7):
       manuals: update linux-yocto append examples
       dev-manual: wic: update "wic list images" output
       sdk-manual: appendix-obtain: improve and update descriptions
       manuals: update list of supported machines
       bsp-guide: bsp: skip Intel machines no longer supported in Poky
       brief-yoctoprojectqs: use new CDN mirror for sstate
       dev-manual: start.rst: remove obsolete reference

Quentin Schulz (1):
       ref-manual: variables: provide no-match example for 
COMPATIBLE_MACHINE

Robert P. J. Day (2):
       dev-manual: new-recipe.rst: add missing parenthesis to "Patching 
Code" section
       profile-manual: aesthetic cleanups

Trevor Gamblin (2):
       contributor-guide: add patchtest section
       contributor-guide: clarify patchtest usage

  documentation/brief-yoctoprojectqs/index.rst       |   2 +-
  documentation/bsp-guide/bsp.rst                    |  52 
++++++++++++++++-----------------------------------
  documentation/contributor-guide/submit-changes.rst |  40 
+++++++++++++++++++++++++++++++++++++++
  documentation/dev-manual/layers.rst                |  14 ++++++++++++++
  documentation/dev-manual/new-recipe.rst            |   4 ++--
  documentation/dev-manual/runtime-testing.rst       |   8 +-------
  documentation/dev-manual/start.rst                 |  24 
++++++------------------
  documentation/dev-manual/wic.rst                   |  28 
+++++++++++++++-------------
  documentation/kernel-dev/advanced.rst              |   3 +--
  documentation/kernel-dev/common.rst                |  40 
++++++++++++++++++---------------------
  documentation/profile-manual/intro.rst             |  40 
++++++++++++++++++++-------------------
  documentation/ref-manual/classes.rst               |   3 +++
  documentation/ref-manual/qa-checks.rst             |  11 +++++++++++
  documentation/ref-manual/variables.rst             | 156 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------
  documentation/sdk-manual/appendix-obtain.rst       |  50 
++++++++++++++++++-------------------------------
  15 files changed, 309 insertions(+), 166 deletions(-)

Thank you in advance
Cheers
Michael

-- 
Michael Opdenacker, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



^ permalink raw reply	[flat|nested] 17+ messages in thread
[parent not found: <177C70532F319E37.30507@lists.yoctoproject.org>]
[parent not found: <17073A7A4D84FFDA.608@lists.yoctoproject.org>]
[parent not found: <8d2564aa-adde-1ed9-b303-5572326d9733@bootlin.com>]
[parent not found: <288d00ca-e20d-fafa-5962-6086504141ad@bootlin.com>]
* [master] Pull request
@ 2021-04-30 17:58 Michael Opdenacker
  2021-04-30 20:56 ` [docs] " Quentin Schulz
  0 siblings, 1 reply; 17+ messages in thread
From: Michael Opdenacker @ 2021-04-30 17:58 UTC (permalink / raw)
  To: YP docs mailing list

Hi Richard,

The following changes since commit cefd66301a40f9048499879674e467543f704c44:

  ref-manual/variables.rst: Add incompatibility warning for
SERIAL_CONSOLES_CHECK (2021-04-23 17:26:15 +0200)

are available in the Git repository at:

  git://git.yoctoproject.org/yocto-docs master-next
  http://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs/log/?h=master-next

for you to fetch changes up to a0fc2e1b4bdc8411b97d02d34bfecfc888b6eb0c:

  sdk-manual: fix broken formatting of sample command (2021-04-30
19:46:12 +0200)

----------------------------------------------------------------
Alexander Kanavin (1):
      dev-manual/common-tasks.rst: correct the documentation for debuginfod

Michael Opdenacker (1):
      dev-manual: update references to Docker installation instructions

Richard Purdie (1):
      test-manual: WIP

Robert P. J. Day (2):
      sdk-manual: "beablebone" -> "beaglebone"
      sdk-manual: fix broken formatting of sample command

 documentation/dev-manual/common-tasks.rst              | 40
++++++++++++++++++++++++----------------
 documentation/dev-manual/start.rst                     | 28
++++++++++------------------
 documentation/ref-manual/variables.rst                 |  6 ------
 documentation/sdk-manual/appendix-obtain.rst           | 10 ++++++----
 documentation/test-manual/index.rst                    |  2 ++
 documentation/test-manual/reproducible-builds.rst      | 56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 documentation/test-manual/yocto-project-compatible.rst | 52
++++++++++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 150 insertions(+), 44 deletions(-)
 create mode 100644 documentation/test-manual/reproducible-builds.rst
 create mode 100644 documentation/test-manual/yocto-project-compatible.rst

Thank you in advance,

Cheers,

Michael.

-- 
Michael Opdenacker, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


^ permalink raw reply	[flat|nested] 17+ messages in thread
* [master] Pull request
@ 2021-04-23 15:33 Michael Opdenacker
  2021-04-23 15:49 ` Richard Purdie
  0 siblings, 1 reply; 17+ messages in thread
From: Michael Opdenacker @ 2021-04-23 15:33 UTC (permalink / raw)
  To: Richard Purdie; +Cc: YP docs mailing list

Hi Richard,

The following changes since commit bed221137de77340280d71b4a8b0f2f60addc566:

  Adding dunfell 3.1.7 to the switcher and release list. (2021-04-21
16:09:17 -0700)

are available in the Git repository at:

  git://git.yoctoproject.org/yocto-docs master-next
  http://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs/log/?h=master-next

for you to fetch changes up to cefd66301a40f9048499879674e467543f704c44:

  ref-manual/variables.rst: Add incompatibility warning for
SERIAL_CONSOLES_CHECK (2021-04-23 17:26:15 +0200)

----------------------------------------------------------------
Michael Opdenacker (3):
      dev-manual: fix code insertion
      manuals: simplify code insertion
      manuals: code insertion simplification over two lines

Trevor Gamblin (1):
      ref-manual/variables.rst: Add incompatibility warning for
SERIAL_CONSOLES_CHECK

 documentation/brief-yoctoprojectqs/index.rst              |    2 +-
 documentation/bsp-guide/bsp.rst                           |   56 +++----
 documentation/dev-manual/common-tasks.rst                 | 1020
+++++++++++++++++++++++++++++++++++++++-----------------------------------------------------------------------------
 documentation/dev-manual/qemu.rst                         |   24 +--
 documentation/dev-manual/start.rst                        |   30 ++--
 documentation/kernel-dev/advanced.rst                     |   87 ++++------
 documentation/kernel-dev/common.rst                       |  225
+++++++++-----------------
 documentation/kernel-dev/concepts-appx.rst                |    6 +-
 documentation/kernel-dev/faq.rst                          |    6 +-
 documentation/kernel-dev/maint-appx.rst                   |   15 +-
 documentation/overview-manual/concepts.rst                |   51 ++----
 documentation/overview-manual/development-environment.rst |    6 +-
 documentation/profile-manual/intro.rst                    |   10 +-
 documentation/profile-manual/usage.rst                    |  184
++++++++++-----------
 documentation/ref-manual/classes.rst                      |   87 ++++------
 documentation/ref-manual/devtool-reference.rst            |   51 ++----
 documentation/ref-manual/faq.rst                          |   20 +--
 documentation/ref-manual/features.rst                     |    3 +-
 documentation/ref-manual/images.rst                       |    5 +-
 documentation/ref-manual/kickstart.rst                    |    6 +-
 documentation/ref-manual/migration-1.3.rst                |    7 +-
 documentation/ref-manual/migration-1.4.rst                |    6 +-
 documentation/ref-manual/migration-1.6.rst                |    8 +-
 documentation/ref-manual/migration-1.7.rst                |    6 +-
 documentation/ref-manual/migration-1.8.rst                |    6 +-
 documentation/ref-manual/migration-2.0.rst                |    9 +-
 documentation/ref-manual/migration-2.1.rst                |    9 +-
 documentation/ref-manual/migration-2.2.rst                |   14 +-
 documentation/ref-manual/migration-2.3.rst                |   16 +-
 documentation/ref-manual/migration-2.5.rst                |    8 +-
 documentation/ref-manual/migration-2.6.rst                |   15 +-
 documentation/ref-manual/migration-3.1.rst                |    7 +-
 documentation/ref-manual/migration-3.2.rst                |    6 +-
 documentation/ref-manual/qa-checks.rst                    |   19 +--
 documentation/ref-manual/structure.rst                    |   18 +--
 documentation/ref-manual/system-requirements.rst          |   69 +++-----
 documentation/ref-manual/tasks.rst                        |   48 ++----
 documentation/ref-manual/terms.rst                        |    3 +-
 documentation/ref-manual/variables.rst                    |  867
++++++++++++++++++++++++++++++++++----------------------------------------------------------------
 documentation/sdk-manual/appendix-customizing.rst         |   27 ++--
 documentation/sdk-manual/appendix-obtain.rst              |   30 ++--
 documentation/sdk-manual/extensible.rst                   |   81 ++++------
 documentation/sdk-manual/using.rst                        |    6 +-
 documentation/sdk-manual/working-projects.rst             |   60 +++----
 44 files changed, 1134 insertions(+), 2105 deletions(-)

Thanks in advance,

Michael.

-- 
Michael Opdenacker, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


^ permalink raw reply	[flat|nested] 17+ messages in thread
[parent not found: <1676103AA4A595B2.28347@lists.yoctoproject.org>]

end of thread, other threads:[~2024-02-24 16:02 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1698C6B54DCB3A17.29205@lists.yoctoproject.org>
2021-08-09  8:23 ` [docs] [master] Pull request Michael Opdenacker
2024-02-23 18:47 Michael Opdenacker
2024-02-24  3:35 ` [docs] " Bruce Ashfield
2024-02-24 16:01   ` Michael Opdenacker
  -- strict thread matches above, loose matches on Subject: below --
2023-10-20 13:26 Michael Opdenacker
2023-10-20 13:42 ` Richard Purdie
2023-10-20 13:52   ` [docs] " Michael Opdenacker
     [not found] <177C70532F319E37.30507@lists.yoctoproject.org>
2023-08-18  9:38 ` Michael Opdenacker
     [not found] <17073A7A4D84FFDA.608@lists.yoctoproject.org>
     [not found] ` <6d373d8d-6f24-8457-efb7-09c50c56958c@bootlin.com>
2022-08-12 22:12   ` Richard Purdie
     [not found] <8d2564aa-adde-1ed9-b303-5572326d9733@bootlin.com>
2022-07-20 13:08 ` Quentin Schulz
2022-07-20 13:25   ` Richard Purdie
     [not found] <288d00ca-e20d-fafa-5962-6086504141ad@bootlin.com>
     [not found] ` <cfd4049897d8631c458d9ff916b1d956ab55a810.camel@linuxfoundation.org>
     [not found]   ` <16D4F2CEEB1A79AE.28672@lists.yoctoproject.org>
     [not found]     ` <54127154-cef1-101f-bcae-31dc6f380649@bootlin.com>
     [not found]       ` <046477f4c63a2c6f088e65f9cb3916c11d421d2b.camel@linuxfoundation.org>
2022-02-18 18:03         ` Michael Opdenacker
2022-02-18 18:05           ` Richard Purdie
2021-04-30 17:58 Michael Opdenacker
2021-04-30 20:56 ` [docs] " Quentin Schulz
2021-04-30 21:42   ` Richard Purdie
2021-05-03 12:40     ` Michael Opdenacker
2021-05-03 12:41       ` Richard Purdie
2021-05-03 12:43         ` Michael Opdenacker
2021-04-23 15:33 Michael Opdenacker
2021-04-23 15:49 ` Richard Purdie
2021-04-23 16:40   ` [docs] " Michael Opdenacker
     [not found] <1676103AA4A595B2.28347@lists.yoctoproject.org>
2021-04-16 18:07 ` Michael Opdenacker

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.