diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-10-27 17:44:25 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-10-31 13:12:06 +0000 |
| commit | 779e407a80a1d38dba0f8b97763c460602e9bd9f (patch) | |
| tree | 5bf01e307dc30aca43b6da50e4e0c1c27d0e90a1 | |
| parent | b910386c6afc9ec529be2a0704f910bb1b51752e (diff) | |
| download | poky-779e407a80a1d38dba0f8b97763c460602e9bd9f.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>
| -rw-r--r-- | documentation/migration-guides/migration-4.3.rst | 20 |
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 | ||
| 111 | QEMU 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 | |||
| 111 | QA check changes | 127 | QA 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 | ||
| 117 | Miscellaneous changes | 133 | Miscellaneous changes |
| 118 | ~~~~~~~~~~~~~~~~~~~~~ | 134 | ~~~~~~~~~~~~~~~~~~~~~ |
