diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-11-30 15:45:49 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-12-01 17:45:06 +0000 |
commit | e2c364a64263af4928f2a32c3b7494e047071c4a (patch) | |
tree | 0ca45fafc63aa3720e2d1120136f3bb0db35e0ae /documentation | |
parent | 275240132e896f3d71a977dc7959fed331aac84d (diff) | |
download | poky-e2c364a64263af4928f2a32c3b7494e047071c4a.tar.gz |
migration-guides: release 3.5 is actually 4.0
(From yocto-docs rev: 7107e18bfa4cf24b912df6c60d8ffb8c74152bca)
Signed-off-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/migration-2.2.rst | 2 | ||||
-rw-r--r-- | documentation/migration-guides/migration-3.0.rst | 2 | ||||
-rw-r--r-- | documentation/migration-guides/migration-3.4.rst | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/documentation/migration-guides/migration-2.2.rst b/documentation/migration-guides/migration-2.2.rst index 5435835102..3932792c78 100644 --- a/documentation/migration-guides/migration-2.2.rst +++ b/documentation/migration-guides/migration-2.2.rst | |||
@@ -29,7 +29,7 @@ Staging Directories in Sysroot Has Been Simplified | |||
29 | The way directories are staged in sysroot has been simplified and | 29 | The way directories are staged in sysroot has been simplified and |
30 | introduces the new :term:`SYSROOT_DIRS`, | 30 | introduces the new :term:`SYSROOT_DIRS`, |
31 | :term:`SYSROOT_DIRS_NATIVE`, and ``SYSROOT_DIRS_BLACKLIST`` | 31 | :term:`SYSROOT_DIRS_NATIVE`, and ``SYSROOT_DIRS_BLACKLIST`` |
32 | (replaced by :term:`SYSROOT_DIRS_IGNORE` in version 3.5). See the | 32 | (replaced by :term:`SYSROOT_DIRS_IGNORE` in version 4.0). See the |
33 | :oe_lists:`v2 patch series on the OE-Core Mailing List | 33 | :oe_lists:`v2 patch series on the OE-Core Mailing List |
34 | </pipermail/openembedded-core/2016-May/121365.html>` | 34 | </pipermail/openembedded-core/2016-May/121365.html>` |
35 | for additional information. | 35 | for additional information. |
diff --git a/documentation/migration-guides/migration-3.0.rst b/documentation/migration-guides/migration-3.0.rst index 8e7a58e74d..67fcac41f7 100644 --- a/documentation/migration-guides/migration-3.0.rst +++ b/documentation/migration-guides/migration-3.0.rst | |||
@@ -150,7 +150,7 @@ XML feeds that ``cve-check-tool`` was using, supports CVSSv3 scoring, | |||
150 | and makes other improvements. | 150 | and makes other improvements. |
151 | 151 | ||
152 | Additionally, the ``CVE_CHECK_CVE_WHITELIST`` variable has been replaced | 152 | Additionally, the ``CVE_CHECK_CVE_WHITELIST`` variable has been replaced |
153 | by ``CVE_CHECK_WHITELIST`` (replaced by :term:`CVE_CHECK_IGNORE` in version 3.5). | 153 | by ``CVE_CHECK_WHITELIST`` (replaced by :term:`CVE_CHECK_IGNORE` in version 4.0). |
154 | 154 | ||
155 | .. _migration-3.0-bitbake-changes: | 155 | .. _migration-3.0-bitbake-changes: |
156 | 156 | ||
diff --git a/documentation/migration-guides/migration-3.4.rst b/documentation/migration-guides/migration-3.4.rst index f50fe5ee04..a9b1057206 100644 --- a/documentation/migration-guides/migration-3.4.rst +++ b/documentation/migration-guides/migration-3.4.rst | |||
@@ -255,7 +255,7 @@ Miscellaneous | |||
255 | - The previously deprecated ``COMPRESS_CMD`` and | 255 | - The previously deprecated ``COMPRESS_CMD`` and |
256 | ``CVE_CHECK_CVE_WHITELIST`` variables have been removed. Use | 256 | ``CVE_CHECK_CVE_WHITELIST`` variables have been removed. Use |
257 | :term:`CONVERSION_CMD` and ``CVE_CHECK_WHITELIST`` (replaced by | 257 | :term:`CONVERSION_CMD` and ``CVE_CHECK_WHITELIST`` (replaced by |
258 | :term:`CVE_CHECK_IGNORE` in version 3.5) respectively | 258 | :term:`CVE_CHECK_IGNORE` in version 4.0) respectively |
259 | instead. | 259 | instead. |
260 | 260 | ||
261 | - The obsolete ``oe_machinstall`` function previously provided in the | 261 | - The obsolete ``oe_machinstall`` function previously provided in the |