release-notes-4.3: remove the Distribution section

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).

(From yocto-docs rev: 234379c81db810c1fc3b860d51a59c200e97b2ca)

Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Paul Eggleton 2023-11-06 23:29:37 +13:00 committed by Richard Purdie
parent dee87ea100
commit 10e7cdea5b

View File

@ -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.