All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Opdenacker <michael.opdenacker@rootcommit.com>
To: antonin.godard@bootlin.com, docs@lists.yoctoproject.org
Cc: michael.opdenacker@rootcommit.com, ross.burton@arm.com,
	paul.eggleton@microsoft.com
Subject: Re: [docs] [PATCH 16/16] release-notes-5.1: update release note for styhead
Date: Wed, 09 Oct 2024 16:26:00 +0000 (UTC)	[thread overview]
Message-ID: <302be930-e408-4edd-b618-e90f5167fd51@rootcommit.com> (raw)
In-Reply-To: <20241009074120.866786-17-antonin.godard@bootlin.com>

Hi Antonin

On 10/9/24 09:41, Antonin Godard via lists.yoctoproject.org wrote:
>   The following recipes have been removed in this release:
>
> +-  ``liba52``: superseded by ``ffmpeg``
> +-  ``libomxil``: recipe removed as its only consumer, the gstreamer omx plugin,
> +    was removed and has not been developed for several years
> +-  ``libnewt``: moved to meta-oe
> +-  ``mpeg2dec``: inactive for 10 years and superseded by ``ffmpeg``
> +-  ``pytest-runner``: moved to meta-python
> +-  ``python3-importlib-metadata``: moved to meta-python
> +-  ``python3-pathlib2``: moved to meta-python
> +-  ``python3-py``: moved to meta-python
> +-  ``python3-rfc3986-validator``: moved to meta-python
> +-  ``python3-toml``: moved to meta-python
> +-  ``python3-tomli``: moved to meta-python
> +-  ``usbinit``: recipe was poorly named as it is a gadget ethernet driver.
> +   Gadget ethernet is of questionable use now and usbinit isn't referenced/used
> +   anywhere within OE-Core.


s/ethernet/Ethernet/ (twice)

> +
> +
>   .. _migration-5.1-removed-classes:
>
>   Removed classes
>   ~~~~~~~~~~~~~~~
>
> -No classes have been removed in this release.
> +The following classes have been removed in this release:
>
> -.. _migration-5.1-qemu-changes:
> +-  ``siteconfig``:  removed as it was only used by ``ncurses`` and ``zlib`` and
> +   adding minimal added-value for a considerable amount of added runtime.
>
> -QEMU changes
> -~~~~~~~~~~~~
>
> -.. _migration-5.1-misc-changes:
> +.. _migration-5.1-qemu-changes:
>
>   Miscellaneous changes
>   ~~~~~~~~~~~~~~~~~~~~~
> @@ -155,3 +196,9 @@ Miscellaneous changes
>      Environment variables containing relative paths from tested build directory
>      to outside of the original build directory may need to be updated as they
>      won't be changed by `oe-selftest`.
> +
> +-  Several sanity checks from the :ref:`ref-classes-insane` class, such as
> +   ``buildpaths``, have been promoted to errors instead of warnings.
> +
> +-  The ``license-incompatible`` :term:`ERROR_QA` sanity check was renamed to
> +   ``license-exception``.
> diff --git a/documentation/migration-guides/release-notes-5.1.rst b/documentation/migration-guides/release-notes-5.1.rst
> index 211f92553..62aa88f2e 100644
> --- a/documentation/migration-guides/release-notes-5.1.rst
> +++ b/documentation/migration-guides/release-notes-5.1.rst
> @@ -6,109 +6,270 @@ Release notes for 5.1 (styhead)
>   New Features / Enhancements in 5.1
>   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
> --  Linux kernel 6.X, gcc 14.X, glibc 2.X, LLVM 18.X, and over XXX other recipe upgrades
> +-  Linux kernel 6.10, gcc 14.2, glibc 2.40, LLVM 18.1.18, and over 300 other
> +   recipe upgrades.
>
>   -  New variables:
>
> -   - :term:`CVE_CHECK_MANIFEST_JSON_SUFFIX`: suffix for the CVE JSON manifest file.
> +   -  :term:`CVE_CHECK_MANIFEST_JSON_SUFFIX`: suffix for the CVE JSON manifest file.
>
> -   - :term:`PRSERVER_UPSTREAM`: Upstream PR service (host:port).
> +   -  :term:`PRSERVER_UPSTREAM`: Upstream PR service (``host:port``) for the
> +      local PR server to connect to.
>
> -   - :term:`RECIPE_UPGRADE_EXTRA_TASKS`: space-delimited list of tasks to run after the new
> -     sources have been unpacked in scripts/lib/devtool/upgrade.py ugrade() method.
> +   -  :term:`RECIPE_UPGRADE_EXTRA_TASKS`: space-delimited list of tasks to run
> +      after the new sources have been unpacked in

s/in/in the/

Again, style is not very important in this kind of file. Feel free to 
ignore these suggestions :)
Cheers
Michael.

-- 
Michael Opdenacker
Root Commit
https://rootcommit.com



      parent reply	other threads:[~2024-10-09 16:26 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-09  7:40 [PATCH 00/16] Updates for styhead antonin.godard
2024-10-09  7:40 ` [PATCH 01/16] ref-manual: add missing CVE_CHECK manifest variables antonin.godard
2024-10-09 15:50   ` [docs] " Michael Opdenacker
2024-10-09  7:41 ` [PATCH 02/16] ref-manual: add new vex class antonin.godard
2024-10-09  7:41 ` [PATCH 03/16] ref-manual: add new retain class and variables antonin.godard
2024-10-09  7:41 ` [PATCH 04/16] ref-manual: add missing nospdx class antonin.godard
2024-10-09  7:41 ` [PATCH 05/16] ref-manual: add new RECIPE_UPGRADE_EXTRA_TASKS variable antonin.godard
2024-10-09  7:41 ` [PATCH 06/16] ref-manual: drop siteconfig class antonin.godard
2024-10-09  7:41 ` [PATCH 07/16] ref-manual: add missing TESTIMAGE_FAILED_QA_ARTIFACTS antonin.godard
2024-10-09  7:41 ` [PATCH 08/16] ref-manual: add missing image manifest variables antonin.godard
2024-10-09 15:56   ` [docs] " Michael Opdenacker
2024-10-09  7:41 ` [PATCH 09/16] ref-manual: add missing EXTERNAL_KERNEL_DEVICETREE variable antonin.godard
2024-10-09  7:41 ` [PATCH 10/16] ref-manual: drop TCLIBCAPPEND variable antonin.godard
2024-10-09  7:41 ` [PATCH 11/16] ref-manual: add missing OPKGBUILDCMD variable antonin.godard
2024-10-09 15:58   ` [docs] " Michael Opdenacker
2024-10-09  7:41 ` [PATCH 12/16] ref-manual: add missing variable PRSERVER_UPSTREAM antonin.godard
2024-10-09 14:28   ` [docs] " Michael Opdenacker
2024-10-09 14:39     ` Antonin Godard
2024-10-09  7:41 ` [PATCH 13/16] ref-manual: merge patch-status-* to patch-status antonin.godard
2024-10-09 16:02   ` [docs] " Michael Opdenacker
2024-10-09  7:41 ` [PATCH 14/16] ref-manual: add mission pep517-backend sanity check antonin.godard
2024-10-09  7:41 ` [PATCH 15/16] release-notes-5.1: update for several section antonin.godard
2024-10-09 16:18   ` [docs] " Michael Opdenacker
2024-10-10  9:12     ` Antonin Godard
2024-10-09  7:41 ` [PATCH 16/16] release-notes-5.1: update release note for styhead antonin.godard
2024-10-09 12:53   ` [docs] " Richard Purdie
2024-10-09 14:33     ` Antonin Godard
2024-10-09 14:41       ` Richard Purdie
2024-10-09 16:26   ` Michael Opdenacker [this message]

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=302be930-e408-4edd-b618-e90f5167fd51@rootcommit.com \
    --to=michael.opdenacker@rootcommit.com \
    --cc=antonin.godard@bootlin.com \
    --cc=docs@lists.yoctoproject.org \
    --cc=paul.eggleton@microsoft.com \
    --cc=ross.burton@arm.com \
    /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.