diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-11-30 15:45:49 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2023-12-21 06:18:23 -1000 |
commit | 7862143282213cd4b76c7fecfea4b1558143a182 (patch) | |
tree | 7b6c00a63f9292d6588c391f8152392ab78b942f /documentation | |
parent | 046b70083f3bc9e25f547e8026400032f5c563d9 (diff) | |
download | poky-7862143282213cd4b76c7fecfea4b1558143a182.tar.gz |
migration-guides: release 3.5 is actually 4.0
(From yocto-docs rev: 2a38e48f774204cd444738050d8fa8c8df86839b)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
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 |