diff mbox series

[07/12] release-notes-4.3: remove the Distribution section

Message ID 74a05e890ee35349240d643a0344bcc25219755b.1699266393.git.bluelightning@bluelightning.org
State New
Headers show
Series [01/12] Remove references to apm in MACHINE_FEATURES | expand

Commit Message

Paul Eggleton Nov. 6, 2023, 10:29 a.m. UTC
This section doesn't make a lot of sense to separate out. The SPDX
change is now no longer Poky-specific, and the poky-altcfg usrmerge
change is not really notable given that poky-altcfg is not widely used
outside of our testing and also itself selects systemd as INIT_MANAGER
and thus requires usrmerge anyway (as noted elsewhere).

Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
---
 documentation/migration-guides/release-notes-4.3.rst | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)
diff mbox series

Patch

diff --git a/documentation/migration-guides/release-notes-4.3.rst b/documentation/migration-guides/release-notes-4.3.rst
index b4d6ae1f974..6491504c9d2 100644
--- a/documentation/migration-guides/release-notes-4.3.rst
+++ b/documentation/migration-guides/release-notes-4.3.rst
@@ -117,13 +117,6 @@  New Features / Enhancements in 4.3
 
 -  Image-related enhancements:
 
--  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>`.
-
 -  wic Image Creator enhancements:
 
 -  FIT image related improvements:
@@ -220,6 +213,8 @@  New Features / Enhancements in 4.3
 
 -  Miscellaneous changes:
 
+   -  Generation of :term:`SPDX` manifests is now enabled by default.
+
    -  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.