migration-guides/migration-4.2.rst: fix minor issues

- Underline fix
- Spacing fixes in bullet lists. Our standard
  is to use two spaces after "-", and a bullet
  list is supposed to be preceded by an empty line
  to be recognized.

(From yocto-docs rev: f3c5e92b28fff1fb7cb7884e5757e05124f04805)

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Michael Opdenacker
2023-01-26 14:04:20 +01:00
committed by Richard Purdie
parent 9437c73905
commit 004b65c88b

View File

@@ -12,7 +12,7 @@ Project 4.2 Release (codename "mickledore") from the prior release.
.. _migration-4.2-python-3.8:
Python 3.8 is now the minimum required Python version version
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~------------
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BitBake and OpenEmbedded-Core are now relying on Python 3.8,
making it a requirement to use a distribution providing at least this
@@ -28,8 +28,8 @@ QA check changes
Miscellaneous changes
~~~~~~~~~~~~~~~~~~~~~
- The ``OEBasic`` signature handler (see :term:`BB_SIGNATURE_HANDLER`) has been
removed.
- The ``OEBasic`` signature handler (see :term:`BB_SIGNATURE_HANDLER`) has been
removed.
.. _migration-4.2-removed-variables:
@@ -37,7 +37,8 @@ Removed variables
~~~~~~~~~~~~~~~~~
The following variables have been removed:
- ``SERIAL_CONSOLE``, deprecated since version 2.6, replaced by :term:``SERIAL_CONSOLES``.
- ``SERIAL_CONSOLE``, deprecated since version 2.6, replaced by :term:``SERIAL_CONSOLES``.
.. _migration-4.2-removed-recipes: