mbox series

[master] Pull request

Message ID b381569f-6a73-4efa-9eed-19119070c467@bootlin.com
State New
Headers show
Series [master] Pull request | expand

Pull-request

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

Message

Michael Opdenacker Feb. 23, 2024, 6:47 p.m. UTC
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.

Comments

Bruce Ashfield Feb. 24, 2024, 3:35 a.m. UTC | #1
On Fri, Feb 23, 2024 at 1:47 PM Michael Opdenacker via
lists.yoctoproject.org
<michael.opdenacker=bootlin.com@lists.yoctoproject.org> wrote:
>
> 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

As I commented on the patch itself, the above documentation tweak
isn't correct and should be dropped.

Bruce

>
>   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
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#4867): https://lists.yoctoproject.org/g/docs/message/4867
> Mute This Topic: https://lists.yoctoproject.org/mt/104534340/1050810
> Group Owner: docs+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/docs/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Michael Opdenacker Feb. 24, 2024, 4:01 p.m. UTC | #2
Hi Bruce,

On 2/24/24 at 04:35, Bruce Ashfield wrote:
> On Fri, Feb 23, 2024 at 1:47 PM Michael Opdenacker via
> lists.yoctoproject.org
> <michael.opdenacker=bootlin.com@lists.yoctoproject.org> wrote:
>> 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
> As I commented on the patch itself, the above documentation tweak
> isn't correct and should be dropped.


Oops, thanks for highlighting this.
I removed this commit from my branch.
Cheers
Michael.