diff options
author | Ross Burton <ross.burton@arm.com> | 2023-11-01 17:27:00 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-11-06 22:52:27 +0000 |
commit | bb54a9a7dd3e2bf1fc8c514b12c7e22e8535b873 (patch) | |
tree | bab56896b62a2ee5b4a97b258cd1f77ff3a6df8b | |
parent | 8f860dc46c07285c94d0b90bea8a9cf00f759f8d (diff) | |
download | poky-bb54a9a7dd3e2bf1fc8c514b12c7e22e8535b873.tar.gz |
migration-guides: remove SERIAL_CONSOLES_CHECK
(From yocto-docs rev: 364f8c17ba380107b2d837e17403307c3e04477c)
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>
-rw-r--r-- | documentation/migration-guides/migration-4.3.rst | 3 | ||||
-rw-r--r-- | documentation/migration-guides/release-notes-4.3.rst | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/documentation/migration-guides/migration-4.3.rst b/documentation/migration-guides/migration-4.3.rst index 278697545e..9f8fe34ca3 100644 --- a/documentation/migration-guides/migration-4.3.rst +++ b/documentation/migration-guides/migration-4.3.rst | |||
@@ -130,6 +130,9 @@ The following variables have been removed: | |||
130 | - ``PERLARCH`` | 130 | - ``PERLARCH`` |
131 | - ``PERLVERSION`` | 131 | - ``PERLVERSION`` |
132 | - ``QEMU_USE_SLIRP`` | 132 | - ``QEMU_USE_SLIRP`` |
133 | - ``SERIAL_CONSOLES_CHECK``, which is no longer necessary because all | ||
134 | consoles listed in :term:`SERIAL_CONSOLES` are checked for their existence | ||
135 | before a ``getty`` is started. | ||
133 | 136 | ||
134 | .. _migration-4.3-removed-recipes: | 137 | .. _migration-4.3-removed-recipes: |
135 | 138 | ||
diff --git a/documentation/migration-guides/release-notes-4.3.rst b/documentation/migration-guides/release-notes-4.3.rst index 4da23837a2..717c4e39d5 100644 --- a/documentation/migration-guides/release-notes-4.3.rst +++ b/documentation/migration-guides/release-notes-4.3.rst | |||
@@ -92,7 +92,8 @@ New Features / Enhancements in 4.3 | |||
92 | 92 | ||
93 | - `ttyrun <https://github.com/ibm-s390-linux/s390-tools>`__, starts | 93 | - `ttyrun <https://github.com/ibm-s390-linux/s390-tools>`__, starts |
94 | ``getty`` programs only when a terminal exists, preventing respawns | 94 | ``getty`` programs only when a terminal exists, preventing respawns |
95 | through the ``init`` program. | 95 | through the ``init`` program. This allowed to remove the |
96 | ``SERIAL_CONSOLES_CHECK`` variable. | ||
96 | 97 | ||
97 | - New classes: | 98 | - New classes: |
98 | 99 | ||