summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-10-27 17:44:25 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-10-30 11:11:17 +0000
commitbfe085be805b8eef583260602a0fff468df716c7 (patch)
treea6978eeaf11301ebdbbd2d9576672b6cbdd049f3 /documentation
parentaa576a80d1141c5ce15c91d26bf047bc0d3ad889 (diff)
downloadpoky-bfe085be805b8eef583260602a0fff468df716c7.tar.gz
migration-guides: mention runqemu change in serial port management
Plus a minor whitespace fix change (From yocto-docs rev: 6f7e1b935168464b4682a8687aa6d031a1a9fb73) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reported-by: Mark Hatle <mark.hatle@kernel.crashing.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/migration-guides/migration-4.3.rst20
1 files changed, 18 insertions, 2 deletions
diff --git a/documentation/migration-guides/migration-4.3.rst b/documentation/migration-guides/migration-4.3.rst
index c47d09a1ae..3fa131ef0c 100644
--- a/documentation/migration-guides/migration-4.3.rst
+++ b/documentation/migration-guides/migration-4.3.rst
@@ -108,11 +108,27 @@ The following classes have been removed in this release:
108 108
109.. _migration-4.3-misc-changes: 109.. _migration-4.3-misc-changes:
110 110
111QEMU changes
112~~~~~~~~~~~~
113
114- The ``runqemu`` script no longer systematically adds two serial ports
115 (``--serial null`` and ``-serial mon:stdio``) to the QEMU emulated machine
116 if the user already adds such ports through the ``QB_OPT_APPEND`` setting.
117
118 If the user adds one port, only ``--serial null`` is added, and
119 ``-serial mon:stdio`` is no longer passed. If the user adds more than one
120 port, ``--serial null`` is no longer added either. This can break some
121 existing QEMU based configurations expecting such serial ports to be added
122 when ``runqemu`` is executed.
123
124 This change was made to avoid exceeding two serial ports, which interferes
125 with automated testing.
126
111QA check changes 127QA check changes
112~~~~~~~~~~~~~~~~ 128~~~~~~~~~~~~~~~~
113 129
114- The fetcher in ``lib/bb/tests/fetch.py`` now uses the ``https`` protocol 130- The fetcher in ``lib/bb/tests/fetch.py`` now uses the ``https`` protocol
115 instead of ``git``, whenever possible. 131 instead of ``git``, whenever possible.
116 132
117Miscellaneous changes 133Miscellaneous changes
118~~~~~~~~~~~~~~~~~~~~~ 134~~~~~~~~~~~~~~~~~~~~~