diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-12-12 10:47:52 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-18 10:41:21 +0000 |
commit | c1c672e7fabf14664ccd1e44405cd81cf449f596 (patch) | |
tree | 31c81fa15c90df1f16b0704da481b595174fac7a /documentation/migration-guides/migration-2.6.rst | |
parent | 6846d4d00bc3a9d4e188ad9c8cfdf6e45cd1ba06 (diff) | |
download | poky-c1c672e7fabf14664ccd1e44405cd81cf449f596.tar.gz |
manuals: final removal of SERIAL_CONSOLE variable
This deprecated variable has been removed for good through
https://git.openembedded.org/openembedded-core/commit/?id=9d053af1fb570b4e3483de4ecd6827e1e0be61b7
(From yocto-docs rev: db22748d8a2bc4c53c6415537c772d2c49220aec)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/migration-guides/migration-2.6.rst')
-rw-r--r-- | documentation/migration-guides/migration-2.6.rst | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/documentation/migration-guides/migration-2.6.rst b/documentation/migration-guides/migration-2.6.rst index 8e79a3edc9..356f720850 100644 --- a/documentation/migration-guides/migration-2.6.rst +++ b/documentation/migration-guides/migration-2.6.rst | |||
@@ -211,22 +211,19 @@ The following changes have been made: | |||
211 | ``SERIAL_CONSOLE`` Deprecated | 211 | ``SERIAL_CONSOLE`` Deprecated |
212 | ----------------------------- | 212 | ----------------------------- |
213 | 213 | ||
214 | The :term:`SERIAL_CONSOLE` variable has been | 214 | The ``SERIAL_CONSOLE`` variable has been functionally replaced by the |
215 | functionally replaced by the | 215 | :term:`SERIAL_CONSOLES` variable for some time. With the Yocto Project 2.6 |
216 | :term:`SERIAL_CONSOLES` variable for some time. | 216 | release, ``SERIAL_CONSOLE`` has been officially deprecated. |
217 | With the Yocto Project 2.6 release, :term:`SERIAL_CONSOLE` has been | ||
218 | officially deprecated. | ||
219 | 217 | ||
220 | :term:`SERIAL_CONSOLE` will continue to work as before for the 2.6 release. | 218 | ``SERIAL_CONSOLE`` will continue to work as before for the 2.6 release. |
221 | However, for the sake of future compatibility, it is recommended that | 219 | However, for the sake of future compatibility, it is recommended that |
222 | you replace all instances of :term:`SERIAL_CONSOLE` with | 220 | you replace all instances of ``SERIAL_CONSOLE`` with :term:`SERIAL_CONSOLES`. |
223 | :term:`SERIAL_CONSOLES`. | ||
224 | 221 | ||
225 | .. note:: | 222 | .. note:: |
226 | 223 | ||
227 | The only difference in usage is that :term:`SERIAL_CONSOLES` | 224 | The only difference in usage is that :term:`SERIAL_CONSOLES` |
228 | expects entries to be separated using semicolons as compared to | 225 | expects entries to be separated using semicolons as compared to |
229 | :term:`SERIAL_CONSOLE`, which expects spaces. | 226 | ``SERIAL_CONSOLE``, which expects spaces. |
230 | 227 | ||
231 | .. _migration-2.6-poky-sets-unknown-configure-option-to-qa-error: | 228 | .. _migration-2.6-poky-sets-unknown-configure-option-to-qa-error: |
232 | 229 | ||