diff mbox series

[v2,1/4] migration-guides: list removed variables

Message ID 20240405152211.2285650-2-joaomarcos.costa@bootlin.com
State New
Headers show
Series Add Miscellaneous changes and QEMU changes | expand

Commit Message

Joao Marcos Costa April 5, 2024, 3:22 p.m. UTC
From: Joao Marcos Costa <joaomarcos.costa@bootlin.com>

Fill the 'Removed variables' section for the upcoming release 5.0

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>
---
 documentation/migration-guides/migration-5.0.rst | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/documentation/migration-guides/migration-5.0.rst b/documentation/migration-guides/migration-5.0.rst
index 902cc11bf..10c5c16ed 100644
--- a/documentation/migration-guides/migration-5.0.rst
+++ b/documentation/migration-guides/migration-5.0.rst
@@ -89,6 +89,14 @@  Removed variables
 
 The following variables have been removed:
 
+-  ``DEPLOY_DIR_TAR``.
+-  ``PYTHON_PN``: Python 2 has been removed, leaving Python 3 as the sole
+   major version. Therefore, an abstraction to differentiate both versions is
+   no longer needed.
+-  ``oldincludedir``.
+-  ``USE_L10N``: previously deprecated, and now removed.
+-  ``CVE_SOCKET_TIMEOUT``.
+
 .. _migration-5.0-removed-recipes:
 
 Removed recipes
@@ -98,7 +106,7 @@  The following recipes have been removed in this release:
 
 - ``libcroco``: deprecated and archived by the Gnome Project.
 - ``linux-yocto``: version 6.1 (version 6.6 provided instead).
-- ``zvariant``: fails to build with newer Rust
+- ``zvariant``: fails to build with newer Rust.
 - ``systemtap-uprobes``: obsolete.
 
 .. _migration-5.0-removed-classes: