public inbox for docs@lists.yoctoproject.org
 help / color / mirror / Atom feed
* [PATCH 00/14] Release notes changes
@ 2023-11-01 17:26 ross.burton
  2023-11-01 17:26 ` [PATCH 01/14] add debian 12 ross.burton
                   ` (15 more replies)
  0 siblings, 16 replies; 22+ messages in thread
From: ross.burton @ 2023-11-01 17:26 UTC (permalink / raw)
  To: docs, michael.opdenacker; +Cc: nd

From: Ross Burton <ross.burton@arm.com>

Hi Michael,

Here's a series of patches to add more to the release notes.  I'm 99% sure
you'll want to reword or add more formatting to most of them, and you probably
have more local changes, so I sent them as independent changes which will be
easier to rebase.

Feel free to rewrite/squash/edit as needed!

Cheers,
Ross

Ross Burton (14):
  add debian 12
  edgerouter removed
  QEMU_USE_SLIRP removed
  remove non-notable change
  mention llvm17
  mention cdn
  add kernel notes
  obsolete SERIAL_CONSOLES_CHECK
  sdpx is poky, not global default
  testing notes
  utility notes
  bitbake notes
  packaging changes
  git recipes reword

 .../migration-guides/migration-4.3.rst        | 17 +++---
 .../migration-guides/release-notes-4.3.rst    | 59 ++++++++++++++++---
 2 files changed, 60 insertions(+), 16 deletions(-)

-- 
2.34.1



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

* [PATCH 01/14] add debian 12
  2023-11-01 17:26 [PATCH 00/14] Release notes changes ross.burton
@ 2023-11-01 17:26 ` ross.burton
  2023-11-01 17:26 ` [PATCH 02/14] edgerouter removed ross.burton
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 22+ messages in thread
From: ross.burton @ 2023-11-01 17:26 UTC (permalink / raw)
  To: docs, michael.opdenacker; +Cc: nd

From: Ross Burton <ross.burton@arm.com>

---
 documentation/migration-guides/migration-4.3.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/documentation/migration-guides/migration-4.3.rst b/documentation/migration-guides/migration-4.3.rst
index 7647246a0..599940005 100644
--- a/documentation/migration-guides/migration-4.3.rst
+++ b/documentation/migration-guides/migration-4.3.rst
@@ -56,6 +56,7 @@ This release supports running BitBake on new GNU/Linux distributions:
 
 -  Ubuntu 22.10
 -  Fedora 38
+-  Debian 12
 -  CentOS Stream 8
 -  AlmaLinux 8.8
 -  AlmaLinux 9.2
-- 
2.34.1



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

* [PATCH 02/14] edgerouter removed
  2023-11-01 17:26 [PATCH 00/14] Release notes changes ross.burton
  2023-11-01 17:26 ` [PATCH 01/14] add debian 12 ross.burton
@ 2023-11-01 17:26 ` ross.burton
  2023-11-01 17:26 ` [PATCH 03/14] QEMU_USE_SLIRP removed ross.burton
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 22+ messages in thread
From: ross.burton @ 2023-11-01 17:26 UTC (permalink / raw)
  To: docs, michael.opdenacker; +Cc: nd

From: Ross Burton <ross.burton@arm.com>

---
 documentation/migration-guides/migration-4.3.rst | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/documentation/migration-guides/migration-4.3.rst b/documentation/migration-guides/migration-4.3.rst
index 599940005..40150d888 100644
--- a/documentation/migration-guides/migration-4.3.rst
+++ b/documentation/migration-guides/migration-4.3.rst
@@ -69,6 +69,13 @@ On the other hand, some earlier distributions are no longer supported:
 
 See :ref:`all supported distributions <system-requirements-supported-distros>`.
 
+.. _migration-4.3-removed-machines:
+
+Removed machines
+~~~~~~~~~~~~~~~~
+
+The ``edgerouter`` BSP in ``meta-yocto-bsp`` has been removed.
+
 .. _migration-4.3-go-changes:
 
 Go language changes
-- 
2.34.1



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

* [PATCH 03/14] QEMU_USE_SLIRP removed
  2023-11-01 17:26 [PATCH 00/14] Release notes changes ross.burton
  2023-11-01 17:26 ` [PATCH 01/14] add debian 12 ross.burton
  2023-11-01 17:26 ` [PATCH 02/14] edgerouter removed ross.burton
@ 2023-11-01 17:26 ` ross.burton
  2023-11-01 17:26 ` [PATCH 04/14] remove non-notable change ross.burton
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 22+ messages in thread
From: ross.burton @ 2023-11-01 17:26 UTC (permalink / raw)
  To: docs, michael.opdenacker; +Cc: nd

From: Ross Burton <ross.burton@arm.com>

---
 documentation/migration-guides/migration-4.3.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/documentation/migration-guides/migration-4.3.rst b/documentation/migration-guides/migration-4.3.rst
index 40150d888..60aea2521 100644
--- a/documentation/migration-guides/migration-4.3.rst
+++ b/documentation/migration-guides/migration-4.3.rst
@@ -129,6 +129,7 @@ The following variables have been removed:
 -  ``AUTHOR``
 -  ``PERLARCH``
 -  ``PERLVERSION``
+-  ``QEMU_USE_SLIRP``
 
 .. _migration-4.3-removed-recipes:
 
-- 
2.34.1



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

* [PATCH 04/14] remove non-notable change
  2023-11-01 17:26 [PATCH 00/14] Release notes changes ross.burton
                   ` (2 preceding siblings ...)
  2023-11-01 17:26 ` [PATCH 03/14] QEMU_USE_SLIRP removed ross.burton
@ 2023-11-01 17:26 ` ross.burton
  2023-11-01 17:26 ` [PATCH 05/14] mention llvm17 ross.burton
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 22+ messages in thread
From: ross.burton @ 2023-11-01 17:26 UTC (permalink / raw)
  To: docs, michael.opdenacker; +Cc: nd

From: Ross Burton <ross.burton@arm.com>

---
 documentation/migration-guides/migration-4.3.rst | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/documentation/migration-guides/migration-4.3.rst b/documentation/migration-guides/migration-4.3.rst
index 60aea2521..278697545 100644
--- a/documentation/migration-guides/migration-4.3.rst
+++ b/documentation/migration-guides/migration-4.3.rst
@@ -165,14 +165,6 @@ QEMU changes
    This change was made to avoid exceeding two serial ports, which interferes
    with automated testing.
 
-.. _migration-4.3-qa-changes:
-
-QA check changes
-~~~~~~~~~~~~~~~~
-
--  The fetcher in ``lib/bb/tests/fetch.py`` now uses the ``https`` protocol
-   instead of ``git``, whenever possible.
-
 .. _migration-4.3-misc-changes:
 
 Miscellaneous changes
-- 
2.34.1



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

* [PATCH 05/14] mention llvm17
  2023-11-01 17:26 [PATCH 00/14] Release notes changes ross.burton
                   ` (3 preceding siblings ...)
  2023-11-01 17:26 ` [PATCH 04/14] remove non-notable change ross.burton
@ 2023-11-01 17:26 ` ross.burton
  2023-11-01 17:26 ` [PATCH 06/14] mention cdn ross.burton
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 22+ messages in thread
From: ross.burton @ 2023-11-01 17:26 UTC (permalink / raw)
  To: docs, michael.opdenacker; +Cc: nd

From: Ross Burton <ross.burton@arm.com>

---
 documentation/migration-guides/release-notes-4.3.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/migration-guides/release-notes-4.3.rst b/documentation/migration-guides/release-notes-4.3.rst
index 35d9981e0..6249154d7 100644
--- a/documentation/migration-guides/release-notes-4.3.rst
+++ b/documentation/migration-guides/release-notes-4.3.rst
@@ -6,7 +6,7 @@ Release notes for 4.3 (nandbield)
 New Features / Enhancements in 4.3
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
--  Linux kernel 6.5 and 6.1, gcc 13, glibc 2.38 and other recipe upgrades
+-  Linux kernel 6.5 and 6.1, gcc 13, glibc 2.38, LLVM 17, and other recipe upgrades
 
 -  New variables:
 
-- 
2.34.1



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

* [PATCH 06/14] mention cdn
  2023-11-01 17:26 [PATCH 00/14] Release notes changes ross.burton
                   ` (4 preceding siblings ...)
  2023-11-01 17:26 ` [PATCH 05/14] mention llvm17 ross.burton
@ 2023-11-01 17:26 ` ross.burton
  2023-11-02  9:41   ` [docs] " Michael Opdenacker
  2023-11-01 17:26 ` [PATCH 07/14] add kernel notes ross.burton
                   ` (9 subsequent siblings)
  15 siblings, 1 reply; 22+ messages in thread
From: ross.burton @ 2023-11-01 17:26 UTC (permalink / raw)
  To: docs, michael.opdenacker; +Cc: nd

From: Ross Burton <ross.burton@arm.com>

---
 documentation/migration-guides/release-notes-4.3.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/documentation/migration-guides/release-notes-4.3.rst b/documentation/migration-guides/release-notes-4.3.rst
index 6249154d7..f2bc42f53 100644
--- a/documentation/migration-guides/release-notes-4.3.rst
+++ b/documentation/migration-guides/release-notes-4.3.rst
@@ -8,6 +8,8 @@ New Features / Enhancements in 4.3
 
 -  Linux kernel 6.5 and 6.1, gcc 13, glibc 2.38, LLVM 17, and other recipe upgrades
 
+-  The autobuilder's shared-state artefacts are now available over a CDN.
+
 -  New variables:
 
    -  :term:`CVE_CHECK_STATUSMAP`, :term:`CVE_STATUS`, :term:`CVE_STATUS_GROUPS`,
-- 
2.34.1



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

* [PATCH 07/14] add kernel notes
  2023-11-01 17:26 [PATCH 00/14] Release notes changes ross.burton
                   ` (5 preceding siblings ...)
  2023-11-01 17:26 ` [PATCH 06/14] mention cdn ross.burton
@ 2023-11-01 17:26 ` ross.burton
  2023-11-01 17:27 ` [PATCH 08/14] obsolete SERIAL_CONSOLES_CHECK ross.burton
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 22+ messages in thread
From: ross.burton @ 2023-11-01 17:26 UTC (permalink / raw)
  To: docs, michael.opdenacker; +Cc: nd

From: Ross Burton <ross.burton@arm.com>

---
 documentation/migration-guides/release-notes-4.3.rst | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/documentation/migration-guides/release-notes-4.3.rst b/documentation/migration-guides/release-notes-4.3.rst
index f2bc42f53..40a923f36 100644
--- a/documentation/migration-guides/release-notes-4.3.rst
+++ b/documentation/migration-guides/release-notes-4.3.rst
@@ -65,6 +65,14 @@ New Features / Enhancements in 4.3
 
 -  Kernel-related enhancements:
 
+   - The default kernel is the current stable (6.5), and there is also support
+     for the latest long-term release (6.1).
+  
+   - The list of fixed kernel CVEs is updated regularly using data from ``linuxkernelcves.com.``
+
+   - A ``showconfig`` task was added to the :ref:`ref-classes-cml1` class, to
+     easily examine the final generated ``.config`` file.
+  
 -  New core recipes:
 
    -  ``musl-legacy-error``: glibc ``error()`` API implementation still needed
-- 
2.34.1



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

* [PATCH 08/14] obsolete SERIAL_CONSOLES_CHECK
  2023-11-01 17:26 [PATCH 00/14] Release notes changes ross.burton
                   ` (6 preceding siblings ...)
  2023-11-01 17:26 ` [PATCH 07/14] add kernel notes ross.burton
@ 2023-11-01 17:27 ` ross.burton
  2023-11-02 10:02   ` [docs] " Michael Opdenacker
  2023-11-01 17:27 ` [PATCH 09/14] sdpx is poky, not global default ross.burton
                   ` (7 subsequent siblings)
  15 siblings, 1 reply; 22+ messages in thread
From: ross.burton @ 2023-11-01 17:27 UTC (permalink / raw)
  To: docs, michael.opdenacker; +Cc: nd

From: Ross Burton <ross.burton@arm.com>

---
 documentation/migration-guides/release-notes-4.3.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/migration-guides/release-notes-4.3.rst b/documentation/migration-guides/release-notes-4.3.rst
index 40a923f36..aab63f65f 100644
--- a/documentation/migration-guides/release-notes-4.3.rst
+++ b/documentation/migration-guides/release-notes-4.3.rst
@@ -89,7 +89,7 @@ New Features / Enhancements in 4.3
 
    -  `ttyrun <https://github.com/ibm-s390-linux/s390-tools>`__, starts
       ``getty`` programs only when a terminal exists, preventing respawns
-      through the ``init`` program.
+      through the ``init`` program. This obsoletes ``SERIAL_CONSOLES_CHECK``.
 
 -  New classes:
 
-- 
2.34.1



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

* [PATCH 09/14] sdpx is poky, not global default
  2023-11-01 17:26 [PATCH 00/14] Release notes changes ross.burton
                   ` (7 preceding siblings ...)
  2023-11-01 17:27 ` [PATCH 08/14] obsolete SERIAL_CONSOLES_CHECK ross.burton
@ 2023-11-01 17:27 ` ross.burton
  2023-11-02 15:23   ` [docs] " Robert P. J. Day
  2023-11-01 17:27 ` [PATCH 10/14] testing notes ross.burton
                   ` (6 subsequent siblings)
  15 siblings, 1 reply; 22+ messages in thread
From: ross.burton @ 2023-11-01 17:27 UTC (permalink / raw)
  To: docs, michael.opdenacker; +Cc: nd

From: Ross Burton <ross.burton@arm.com>

---
 documentation/migration-guides/release-notes-4.3.rst | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/documentation/migration-guides/release-notes-4.3.rst b/documentation/migration-guides/release-notes-4.3.rst
index aab63f65f..8b3e4f089 100644
--- a/documentation/migration-guides/release-notes-4.3.rst
+++ b/documentation/migration-guides/release-notes-4.3.rst
@@ -115,6 +115,8 @@ New Features / Enhancements in 4.3
 
 -  Distribution-related enhancements:
 
+   -  The ``poky`` distribution enables the generation of :term:`SPDX` manifests.
+
    -  The ``poky-altcfg`` distribution enables the ``usrmerge``
       :ref:`distro feature <ref-manual/features:Distro Features>`.
 
@@ -147,10 +149,6 @@ New Features / Enhancements in 4.3
 
 -  Packaging changes:
 
--  :term:`SPDX` improvements:
-
-   -  :term:`SPDX` manifests are now generated by default.
-
 -  Security improvements:
 
    -  Most repositories now include a :yocto_git:`SECURITY.md
-- 
2.34.1



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

* [PATCH 10/14] testing notes
  2023-11-01 17:26 [PATCH 00/14] Release notes changes ross.burton
                   ` (8 preceding siblings ...)
  2023-11-01 17:27 ` [PATCH 09/14] sdpx is poky, not global default ross.burton
@ 2023-11-01 17:27 ` ross.burton
  2023-11-01 17:27 ` [PATCH 11/14] utility notes ross.burton
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 22+ messages in thread
From: ross.burton @ 2023-11-01 17:27 UTC (permalink / raw)
  To: docs, michael.opdenacker; +Cc: nd

From: Ross Burton <ross.burton@arm.com>

---
 documentation/migration-guides/release-notes-4.3.rst | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/documentation/migration-guides/release-notes-4.3.rst b/documentation/migration-guides/release-notes-4.3.rst
index 8b3e4f089..aedafd673 100644
--- a/documentation/migration-guides/release-notes-4.3.rst
+++ b/documentation/migration-guides/release-notes-4.3.rst
@@ -135,6 +135,16 @@ New Features / Enhancements in 4.3
       <qa-check-unimplemented-ptest>` infrastructure to detect package sources
       with unit tests but no implemented ptests in the recipe.
 
+   - A new task to perform recipe-wide QA checks was added, ``do_recipe_qa``.
+   - New build-time checks for set ``SUMMARY``, ``HOMEPAGE``, and
+     ``RECIPE_MAINTAINER`` fields was added, and enabled for the core recipes.
+   - The ``parselogs`` runtime test was rewritten.  Notably it now doesn't use
+     regular expressions, which may mean custom patterns need updating.
+   - A self-test to validate that the SPDX manifests generated by image builds
+     are valid was added.
+   - The ``QEMU_USE_SLIRP`` variable has been replaced by adding ``slirp`` to
+     ``TEST_RUNQEMUPARAMS``.
+
 -  Utility script changes:
 
    -  New ``scripts/patchtest`` utility to check patches to the
-- 
2.34.1



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

* [PATCH 11/14] utility notes
  2023-11-01 17:26 [PATCH 00/14] Release notes changes ross.burton
                   ` (9 preceding siblings ...)
  2023-11-01 17:27 ` [PATCH 10/14] testing notes ross.burton
@ 2023-11-01 17:27 ` ross.burton
  2023-11-01 17:27 ` [PATCH 12/14] bitbake notes ross.burton
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 22+ messages in thread
From: ross.burton @ 2023-11-01 17:27 UTC (permalink / raw)
  To: docs, michael.opdenacker; +Cc: nd

From: Ross Burton <ross.burton@arm.com>

---
 documentation/migration-guides/release-notes-4.3.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/documentation/migration-guides/release-notes-4.3.rst b/documentation/migration-guides/release-notes-4.3.rst
index aedafd673..7cea241ec 100644
--- a/documentation/migration-guides/release-notes-4.3.rst
+++ b/documentation/migration-guides/release-notes-4.3.rst
@@ -152,6 +152,10 @@ New Features / Enhancements in 4.3
       :ref:`contributor-guide/submit-changes:validating patches with patchtest`
       for details.
 
+   - ``bblock`` was added, allowing the user to lock/unlock specific recipes
+     from being built. This makes it possibly to work on the ``python3`` recipe
+     without causing ``python3-native`` to rebuild.
+
 -  BitBake improvements:
 
    -  The BitBake Cooker log now contains notes when the caches are
-- 
2.34.1



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

* [PATCH 12/14] bitbake notes
  2023-11-01 17:26 [PATCH 00/14] Release notes changes ross.burton
                   ` (10 preceding siblings ...)
  2023-11-01 17:27 ` [PATCH 11/14] utility notes ross.burton
@ 2023-11-01 17:27 ` ross.burton
  2023-11-02 11:07   ` [docs] " Quentin Schulz
  2023-11-01 17:27 ` [PATCH 13/14] packaging changes ross.burton
                   ` (3 subsequent siblings)
  15 siblings, 1 reply; 22+ messages in thread
From: ross.burton @ 2023-11-01 17:27 UTC (permalink / raw)
  To: docs, michael.opdenacker; +Cc: nd

From: Ross Burton <ross.burton@arm.com>

---
 documentation/migration-guides/release-notes-4.3.rst | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/documentation/migration-guides/release-notes-4.3.rst b/documentation/migration-guides/release-notes-4.3.rst
index 7cea241ec..757592751 100644
--- a/documentation/migration-guides/release-notes-4.3.rst
+++ b/documentation/migration-guides/release-notes-4.3.rst
@@ -158,9 +158,16 @@ New Features / Enhancements in 4.3
 
 -  BitBake improvements:
 
+   -  A fetcher for the Google Cloud Platform (``gs://``) was added.
+
    -  The BitBake Cooker log now contains notes when the caches are
       invalidated which is useful for memory resident bitbake debugging.
 
+   -  BitBake no longer watches files with inotify for changes, as under load
+      this can lead to races causing build instability.
+
+   -  Toaster's dependencies were upgraded to current releases, specifically to Django 4.2.
+
 -  Packaging changes:
 
 -  Security improvements:
-- 
2.34.1



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

* [PATCH 13/14] packaging changes
  2023-11-01 17:26 [PATCH 00/14] Release notes changes ross.burton
                   ` (11 preceding siblings ...)
  2023-11-01 17:27 ` [PATCH 12/14] bitbake notes ross.burton
@ 2023-11-01 17:27 ` ross.burton
  2023-11-01 17:27 ` [PATCH 14/14] git recipes reword ross.burton
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 22+ messages in thread
From: ross.burton @ 2023-11-01 17:27 UTC (permalink / raw)
  To: docs, michael.opdenacker; +Cc: nd

From: Ross Burton <ross.burton@arm.com>

---
 .../migration-guides/release-notes-4.3.rst        | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/documentation/migration-guides/release-notes-4.3.rst b/documentation/migration-guides/release-notes-4.3.rst
index 757592751..10c5e50a4 100644
--- a/documentation/migration-guides/release-notes-4.3.rst
+++ b/documentation/migration-guides/release-notes-4.3.rst
@@ -170,6 +170,21 @@ New Features / Enhancements in 4.3
 
 -  Packaging changes:
 
+   -  ``FILES`` now accepts ``**``, which matches zero or more subdirectories.
+  
+   -  The X server packagroup now defaults to using the ``modesetting`` X
+      driver, which obsoletes the ``fbdev`` driver.
+  
+   -  If a recipe uses ``LICENSE_FLAGS`` and the licenses are not accepted, it
+      can set a custom message with ``LICENSE_FLAGS_DETAILS`` to be displayed to
+      the users.
+
+   -  Recipes that fetch specific revisions no longer need to explictly add
+      ``SRCPV`` to ``PV`` as BitBake will now automatically add the revision
+      infomation to ``PKGV`` if needed.
+
+   -  The default ``PR`` values in many recipes have been removed.
+  
 -  Security improvements:
 
    -  Most repositories now include a :yocto_git:`SECURITY.md
-- 
2.34.1



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

* [PATCH 14/14] git recipes reword
  2023-11-01 17:26 [PATCH 00/14] Release notes changes ross.burton
                   ` (12 preceding siblings ...)
  2023-11-01 17:27 ` [PATCH 13/14] packaging changes ross.burton
@ 2023-11-01 17:27 ` ross.burton
  2023-11-02  9:05 ` [docs] [PATCH 00/14] Release notes changes Michael Opdenacker
       [not found] ` <1793C30A652E0958.11290@lists.yoctoproject.org>
  15 siblings, 0 replies; 22+ messages in thread
From: ross.burton @ 2023-11-01 17:27 UTC (permalink / raw)
  To: docs, michael.opdenacker; +Cc: nd

From: Ross Burton <ross.burton@arm.com>

---
 documentation/migration-guides/release-notes-4.3.rst | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/documentation/migration-guides/release-notes-4.3.rst b/documentation/migration-guides/release-notes-4.3.rst
index 10c5e50a4..b6c6c4a95 100644
--- a/documentation/migration-guides/release-notes-4.3.rst
+++ b/documentation/migration-guides/release-notes-4.3.rst
@@ -209,9 +209,8 @@ New Features / Enhancements in 4.3
 
 -  Miscellaneous changes:
 
-   -  Git based recipes in OE-Core which used the git protocol have been
-      changed to use https where possibile. https is now believed to be
-      faster and more reliable.
+   -  Git based recipes in OE-Core which used the git protocol have been changed
+      to use https where possible, as it is typically faster and more reliable.
 
    -  The ``os-release`` recipe added a ``CPE_NAME`` to the fields provided, with the
       default being populated from :term:`DISTRO`.
-- 
2.34.1



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

* Re: [docs] [PATCH 00/14] Release notes changes
  2023-11-01 17:26 [PATCH 00/14] Release notes changes ross.burton
                   ` (13 preceding siblings ...)
  2023-11-01 17:27 ` [PATCH 14/14] git recipes reword ross.burton
@ 2023-11-02  9:05 ` Michael Opdenacker
       [not found] ` <1793C30A652E0958.11290@lists.yoctoproject.org>
  15 siblings, 0 replies; 22+ messages in thread
From: Michael Opdenacker @ 2023-11-02  9:05 UTC (permalink / raw)
  To: Ross Burton; +Cc: nd, docs

Hi Ross

On 01.11.23 at 18:26, Ross Burton wrote:
> From: Ross Burton <ross.burton@arm.com>
>
> Hi Michael,
>
> Here's a series of patches to add more to the release notes.  I'm 99% sure
> you'll want to reword or add more formatting to most of them, and you probably
> have more local changes, so I sent them as independent changes which will be
> easier to rebase.
>
> Feel free to rewrite/squash/edit as needed!


Sure, will do (starting right now).
In particular, I will add the missing "Signed-off-by" line. It's not the 
first time you forget ;-)

Many thanks!
Michael.

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



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

* Re: [docs] [PATCH 06/14] mention cdn
  2023-11-01 17:26 ` [PATCH 06/14] mention cdn ross.burton
@ 2023-11-02  9:41   ` Michael Opdenacker
  0 siblings, 0 replies; 22+ messages in thread
From: Michael Opdenacker @ 2023-11-02  9:41 UTC (permalink / raw)
  To: Ross Burton; +Cc: docs, nd


On 01.11.23 at 18:26, Ross Burton wrote:
> From: Ross Burton <ross.burton@arm.com>
>
> ---
>   documentation/migration-guides/release-notes-4.3.rst | 2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/documentation/migration-guides/release-notes-4.3.rst b/documentation/migration-guides/release-notes-4.3.rst
> index 6249154d7..f2bc42f53 100644
> --- a/documentation/migration-guides/release-notes-4.3.rst
> +++ b/documentation/migration-guides/release-notes-4.3.rst
> @@ -8,6 +8,8 @@ New Features / Enhancements in 4.3
>   
>   -  Linux kernel 6.5 and 6.1, gcc 13, glibc 2.38, LLVM 17, and other recipe upgrades
>   
> +-  The autobuilder's shared-state artefacts are now available over a CDN.


I actually added a link to jsDelivr, which deserves recognition for 
their free service to Open Source projects.
See for yourself in "master-next".

Thanks
Michael.

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



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

* Re: [docs] [PATCH 08/14] obsolete SERIAL_CONSOLES_CHECK
  2023-11-01 17:27 ` [PATCH 08/14] obsolete SERIAL_CONSOLES_CHECK ross.burton
@ 2023-11-02 10:02   ` Michael Opdenacker
  0 siblings, 0 replies; 22+ messages in thread
From: Michael Opdenacker @ 2023-11-02 10:02 UTC (permalink / raw)
  To: Ross Burton; +Cc: nd, docs


On 01.11.23 at 18:27, Ross Burton wrote:
> From: Ross Burton <ross.burton@arm.com>
>
> ---
>   documentation/migration-guides/release-notes-4.3.rst | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/documentation/migration-guides/release-notes-4.3.rst b/documentation/migration-guides/release-notes-4.3.rst
> index 40a923f36..aab63f65f 100644
> --- a/documentation/migration-guides/release-notes-4.3.rst
> +++ b/documentation/migration-guides/release-notes-4.3.rst
> @@ -89,7 +89,7 @@ New Features / Enhancements in 4.3
>   
>      -  `ttyrun <https://github.com/ibm-s390-linux/s390-tools>`__, starts
>         ``getty`` programs only when a terminal exists, preventing respawns
> -      through the ``init`` program.
> +      through the ``init`` program. This obsoletes ``SERIAL_CONSOLES_CHECK``.


Good. I also mentioned this in the migration notes (see on master-next).
Thanks!
Michael.

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



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

* Re: [docs] [PATCH 12/14] bitbake notes
  2023-11-01 17:27 ` [PATCH 12/14] bitbake notes ross.burton
@ 2023-11-02 11:07   ` Quentin Schulz
  0 siblings, 0 replies; 22+ messages in thread
From: Quentin Schulz @ 2023-11-02 11:07 UTC (permalink / raw)
  To: ross.burton, docs, michael.opdenacker; +Cc: nd

Hi Ross,

On 11/1/23 18:27, Ross Burton via lists.yoctoproject.org wrote:
> From: Ross Burton <ross.burton@arm.com>
> 

Missing SoB :)

Cheers,
Quentin

> ---
>   documentation/migration-guides/release-notes-4.3.rst | 7 +++++++
>   1 file changed, 7 insertions(+)
> 
> diff --git a/documentation/migration-guides/release-notes-4.3.rst b/documentation/migration-guides/release-notes-4.3.rst
> index 7cea241ec..757592751 100644
> --- a/documentation/migration-guides/release-notes-4.3.rst
> +++ b/documentation/migration-guides/release-notes-4.3.rst
> @@ -158,9 +158,16 @@ New Features / Enhancements in 4.3
>   
>   -  BitBake improvements:
>   
> +   -  A fetcher for the Google Cloud Platform (``gs://``) was added.
> +
>      -  The BitBake Cooker log now contains notes when the caches are
>         invalidated which is useful for memory resident bitbake debugging.
>   
> +   -  BitBake no longer watches files with inotify for changes, as under load
> +      this can lead to races causing build instability.
> +
> +   -  Toaster's dependencies were upgraded to current releases, specifically to Django 4.2.
> +
>   -  Packaging changes:
>   
>   -  Security improvements:
> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#4558): https://lists.yoctoproject.org/g/docs/message/4558
> Mute This Topic: https://lists.yoctoproject.org/mt/102324713/6293953
> Group Owner: docs+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/docs/unsub [quentin.schulz@theobroma-systems.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 


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

* Re: [docs] [PATCH 00/14] Release notes changes
       [not found] ` <1793C30A652E0958.11290@lists.yoctoproject.org>
@ 2023-11-02 12:18   ` Michael Opdenacker
  0 siblings, 0 replies; 22+ messages in thread
From: Michael Opdenacker @ 2023-11-02 12:18 UTC (permalink / raw)
  To: Ross Burton; +Cc: nd, docs


On 02.11.23 at 10:05, Michael Opdenacker via lists.yoctoproject.org wrote:
> Hi Ross
>
> On 01.11.23 at 18:26, Ross Burton wrote:
>> From: Ross Burton <ross.burton@arm.com>
>>
>> Hi Michael,
>>
>> Here's a series of patches to add more to the release notes. I'm 99% 
>> sure
>> you'll want to reword or add more formatting to most of them, and you 
>> probably
>> have more local changes, so I sent them as independent changes which 
>> will be
>> easier to rebase.
>>
>> Feel free to rewrite/squash/edit as needed!
>
>
> Sure, will do (starting right now).
> In particular, I will add the missing "Signed-off-by" line. It's not 
> the first time you forget ;-)


Done. I added all the SoB lines to each commit.
The commits are now available in master-next.
Many thanks again!
Michael.

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



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

* Re: [docs] [PATCH 09/14] sdpx is poky, not global default
  2023-11-01 17:27 ` [PATCH 09/14] sdpx is poky, not global default ross.burton
@ 2023-11-02 15:23   ` Robert P. J. Day
  2023-11-02 15:30     ` Michael Opdenacker
  0 siblings, 1 reply; 22+ messages in thread
From: Robert P. J. Day @ 2023-11-02 15:23 UTC (permalink / raw)
  To: Ross Burton; +Cc: docs, michael.opdenacker, nd


  "sdpx"?


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

* Re: [docs] [PATCH 09/14] sdpx is poky, not global default
  2023-11-02 15:23   ` [docs] " Robert P. J. Day
@ 2023-11-02 15:30     ` Michael Opdenacker
  0 siblings, 0 replies; 22+ messages in thread
From: Michael Opdenacker @ 2023-11-02 15:30 UTC (permalink / raw)
  To: Robert P. J. Day, Ross Burton; +Cc: docs, nd


On 02.11.23 at 16:23, Robert P. J. Day wrote:
>    "sdpx"?


Ouch. I actually fixed that without realizing, by capitalizing the word :D
Thanks for the review
Michael.

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



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

end of thread, other threads:[~2023-11-02 15:30 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-01 17:26 [PATCH 00/14] Release notes changes ross.burton
2023-11-01 17:26 ` [PATCH 01/14] add debian 12 ross.burton
2023-11-01 17:26 ` [PATCH 02/14] edgerouter removed ross.burton
2023-11-01 17:26 ` [PATCH 03/14] QEMU_USE_SLIRP removed ross.burton
2023-11-01 17:26 ` [PATCH 04/14] remove non-notable change ross.burton
2023-11-01 17:26 ` [PATCH 05/14] mention llvm17 ross.burton
2023-11-01 17:26 ` [PATCH 06/14] mention cdn ross.burton
2023-11-02  9:41   ` [docs] " Michael Opdenacker
2023-11-01 17:26 ` [PATCH 07/14] add kernel notes ross.burton
2023-11-01 17:27 ` [PATCH 08/14] obsolete SERIAL_CONSOLES_CHECK ross.burton
2023-11-02 10:02   ` [docs] " Michael Opdenacker
2023-11-01 17:27 ` [PATCH 09/14] sdpx is poky, not global default ross.burton
2023-11-02 15:23   ` [docs] " Robert P. J. Day
2023-11-02 15:30     ` Michael Opdenacker
2023-11-01 17:27 ` [PATCH 10/14] testing notes ross.burton
2023-11-01 17:27 ` [PATCH 11/14] utility notes ross.burton
2023-11-01 17:27 ` [PATCH 12/14] bitbake notes ross.burton
2023-11-02 11:07   ` [docs] " Quentin Schulz
2023-11-01 17:27 ` [PATCH 13/14] packaging changes ross.burton
2023-11-01 17:27 ` [PATCH 14/14] git recipes reword ross.burton
2023-11-02  9:05 ` [docs] [PATCH 00/14] Release notes changes Michael Opdenacker
     [not found] ` <1793C30A652E0958.11290@lists.yoctoproject.org>
2023-11-02 12:18   ` Michael Opdenacker

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