summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <bluelightning@bluelightning.org>2023-11-06 23:29:37 +1300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-11-06 22:52:28 +0000
commit10e7cdea5b1396c98dc080a47043988512b4c08f (patch)
tree9743f5b772f9c5ccc643e43f900a98b1dac8e064
parentdee87ea1004683b9220f786bace08e0f1935a16e (diff)
downloadpoky-10e7cdea5b1396c98dc080a47043988512b4c08f.tar.gz
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>
-rw-r--r--documentation/migration-guides/release-notes-4.3.rst9
1 files changed, 2 insertions, 7 deletions
diff --git a/documentation/migration-guides/release-notes-4.3.rst b/documentation/migration-guides/release-notes-4.3.rst
index 41c450fa54..7b3ca0d70b 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
117 117
118- Image-related enhancements: 118- Image-related enhancements:
119 119
120- Distribution-related enhancements:
121
122 - The ``poky`` distribution enables the generation of :term:`SPDX` manifests.
123
124 - The ``poky-altcfg`` distribution enables the ``usrmerge``
125 :ref:`distro feature <ref-manual/features:Distro Features>`.
126
127- wic Image Creator enhancements: 120- wic Image Creator enhancements:
128 121
129- FIT image related improvements: 122- FIT image related improvements:
@@ -220,6 +213,8 @@ New Features / Enhancements in 4.3
220 213
221- Miscellaneous changes: 214- Miscellaneous changes:
222 215
216 - Generation of :term:`SPDX` manifests is now enabled by default.
217
223 - Git based recipes in OE-Core which used the ``git`` protocol have been 218 - Git based recipes in OE-Core which used the ``git`` protocol have been
224 changed to use `https`` where possible, as it is typically faster and 219 changed to use `https`` where possible, as it is typically faster and
225 more reliable. 220 more reliable.