summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-11-30 15:45:49 +0100
committerSteve Sakoman <steve@sakoman.com>2023-12-21 06:14:00 -1000
commit7a939cd7e6d30d3fe0593cfc83f18441bdbbd34e (patch)
treea1d3cae991fb170566edf9c9c9ea82573f00be9a /documentation/migration-guides
parent064936af55819541a9653928389a62a1a9b7c9f1 (diff)
downloadpoky-7a939cd7e6d30d3fe0593cfc83f18441bdbbd34e.tar.gz
migration-guides: release 3.5 is actually 4.0
(From yocto-docs rev: 3b09e8ab838d8b14fd259d17a6597ea43bf46578) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/migration-guides')
-rw-r--r--documentation/migration-guides/migration-2.2.rst2
-rw-r--r--documentation/migration-guides/migration-3.0.rst2
-rw-r--r--documentation/migration-guides/migration-3.4.rst2
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 3803dea832..40e3b5cb2b 100644
--- a/documentation/migration-guides/migration-2.2.rst
+++ b/documentation/migration-guides/migration-2.2.rst
@@ -27,7 +27,7 @@ Staging Directories in Sysroot Has Been Simplified
27The way directories are staged in sysroot has been simplified and 27The way directories are staged in sysroot has been simplified and
28introduces the new :term:`SYSROOT_DIRS`, 28introduces the new :term:`SYSROOT_DIRS`,
29:term:`SYSROOT_DIRS_NATIVE`, and ``SYSROOT_DIRS_BLACKLIST`` 29:term:`SYSROOT_DIRS_NATIVE`, and ``SYSROOT_DIRS_BLACKLIST``
30(replaced by :term:`SYSROOT_DIRS_IGNORE` in version 3.5). See the 30(replaced by :term:`SYSROOT_DIRS_IGNORE` in version 4.0). See the
31:oe_lists:`v2 patch series on the OE-Core Mailing List 31:oe_lists:`v2 patch series on the OE-Core Mailing List
32</pipermail/openembedded-core/2016-May/121365.html>` 32</pipermail/openembedded-core/2016-May/121365.html>`
33for additional information. 33for additional information.
diff --git a/documentation/migration-guides/migration-3.0.rst b/documentation/migration-guides/migration-3.0.rst
index 50d6758e71..7fa6d39b84 100644
--- a/documentation/migration-guides/migration-3.0.rst
+++ b/documentation/migration-guides/migration-3.0.rst
@@ -148,7 +148,7 @@ XML feeds that ``cve-check-tool`` was using, supports CVSSv3 scoring,
148and makes other improvements. 148and makes other improvements.
149 149
150Additionally, the ``CVE_CHECK_CVE_WHITELIST`` variable has been replaced 150Additionally, the ``CVE_CHECK_CVE_WHITELIST`` variable has been replaced
151by ``CVE_CHECK_WHITELIST`` (replaced by :term:`CVE_CHECK_IGNORE` in version 3.5). 151by ``CVE_CHECK_WHITELIST`` (replaced by :term:`CVE_CHECK_IGNORE` in version 4.0).
152 152
153.. _migration-3.0-bitbake-changes: 153.. _migration-3.0-bitbake-changes:
154 154
diff --git a/documentation/migration-guides/migration-3.4.rst b/documentation/migration-guides/migration-3.4.rst
index 5fc2ef78fe..b184dde41e 100644
--- a/documentation/migration-guides/migration-3.4.rst
+++ b/documentation/migration-guides/migration-3.4.rst
@@ -253,7 +253,7 @@ Miscellaneous
253- The previously deprecated ``COMPRESS_CMD`` and 253- The previously deprecated ``COMPRESS_CMD`` and
254 ``CVE_CHECK_CVE_WHITELIST`` variables have been removed. Use 254 ``CVE_CHECK_CVE_WHITELIST`` variables have been removed. Use
255 :term:`CONVERSION_CMD` and ``CVE_CHECK_WHITELIST`` (replaced by 255 :term:`CONVERSION_CMD` and ``CVE_CHECK_WHITELIST`` (replaced by
256 :term:`CVE_CHECK_IGNORE` in version 3.5) respectively 256 :term:`CVE_CHECK_IGNORE` in version 4.0) respectively
257 instead. 257 instead.
258 258
259- The obsolete ``oe_machinstall`` function previously provided in the 259- The obsolete ``oe_machinstall`` function previously provided in the