From bb54a9a7dd3e2bf1fc8c514b12c7e22e8535b873 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 1 Nov 2023 17:27:00 +0000 Subject: [PATCH] migration-guides: remove SERIAL_CONSOLES_CHECK (From yocto-docs rev: 364f8c17ba380107b2d837e17403307c3e04477c) Signed-off-by: Ross Burton Reviewed-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/migration-guides/migration-4.3.rst | 3 +++ documentation/migration-guides/release-notes-4.3.rst | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) 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: - ``PERLARCH`` - ``PERLVERSION`` - ``QEMU_USE_SLIRP`` +- ``SERIAL_CONSOLES_CHECK``, which is no longer necessary because all + consoles listed in :term:`SERIAL_CONSOLES` are checked for their existence + before a ``getty`` is started. .. _migration-4.3-removed-recipes: 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 - `ttyrun `__, starts ``getty`` programs only when a terminal exists, preventing respawns - through the ``init`` program. + through the ``init`` program. This allowed to remove the + ``SERIAL_CONSOLES_CHECK`` variable. - New classes: