diff options
author | Ross Burton <ross.burton@arm.com> | 2023-11-01 17:27:01 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-11-06 22:52:32 +0000 |
commit | ff26beb48f15ae6fa203fab4cde6b4645204dbd9 (patch) | |
tree | 2886a25100daac9a9a2cf0fdccfedd8a6b33394f /documentation | |
parent | 7be7f0f852949f14b5490422856ea6a5f7bf3e8a (diff) | |
download | poky-ff26beb48f15ae6fa203fab4cde6b4645204dbd9.tar.gz |
migration-guides: enabling SPDX only for Poky, not a global default
(From yocto-docs rev: fae0b4af717602d04e06d8619389d6b50e0e8e2d)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/migration-guides/release-notes-4.3.rst | 6 |
1 files 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 717c4e39d5..085cd8f9b0 100644 --- a/documentation/migration-guides/release-notes-4.3.rst +++ b/documentation/migration-guides/release-notes-4.3.rst | |||
@@ -119,6 +119,8 @@ New Features / Enhancements in 4.3 | |||
119 | 119 | ||
120 | - Distribution-related enhancements: | 120 | - Distribution-related enhancements: |
121 | 121 | ||
122 | - The ``poky`` distribution enables the generation of :term:`SPDX` manifests. | ||
123 | |||
122 | - The ``poky-altcfg`` distribution enables the ``usrmerge`` | 124 | - The ``poky-altcfg`` distribution enables the ``usrmerge`` |
123 | :ref:`distro feature <ref-manual/features:Distro Features>`. | 125 | :ref:`distro feature <ref-manual/features:Distro Features>`. |
124 | 126 | ||
@@ -151,10 +153,6 @@ New Features / Enhancements in 4.3 | |||
151 | 153 | ||
152 | - Packaging changes: | 154 | - Packaging changes: |
153 | 155 | ||
154 | - :term:`SPDX` improvements: | ||
155 | |||
156 | - :term:`SPDX` manifests are now generated by default. | ||
157 | |||
158 | - Security improvements: | 156 | - Security improvements: |
159 | 157 | ||
160 | - Most repositories now include a :yocto_git:`SECURITY.md | 158 | - Most repositories now include a :yocto_git:`SECURITY.md |