summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides/migration-2.2.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2024-02-09 17:48:06 +0100
committerSteve Sakoman <steve@sakoman.com>2024-03-13 03:59:26 -1000
commitd241202fa1f02e537c29e4ec5bbba945f957ede5 (patch)
tree416c32f0e92c44436b30a38303653d487cfc0560 /documentation/migration-guides/migration-2.2.rst
parent74ed43b221c8459613112714cb1e137712a661b5 (diff)
downloadpoky-d241202fa1f02e537c29e4ec5bbba945f957ede5.tar.gz
manuals: suppress excess use of "following" word
To simplify the style, replace "Following is" and "Following are" by "here is" and "here are", sounding more natural. In some cases, also go further by simplifying "Here are/is xxx" by "xxx are/is" when the "are" or "is" are not two far at the end of the sentence. In some cases too, completely remove the sentence, when it's redundant with the preceding title. (From yocto-docs rev: da1cbd7083238657aaeaea16841b24531c86298e) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> CC: Daniel Ammann <daniel.ammann@bytesatwork.ch> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/migration-guides/migration-2.2.rst')
-rw-r--r--documentation/migration-guides/migration-2.2.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/migration-guides/migration-2.2.rst b/documentation/migration-guides/migration-2.2.rst
index 3932792c78..9d50dc6202 100644
--- a/documentation/migration-guides/migration-2.2.rst
+++ b/documentation/migration-guides/migration-2.2.rst
@@ -73,8 +73,8 @@ Metadata Must Now Use Python 3 Syntax
73The metadata is now required to use Python 3 syntax. For help preparing 73The metadata is now required to use Python 3 syntax. For help preparing
74metadata, see any of the many Python 3 porting guides available. 74metadata, see any of the many Python 3 porting guides available.
75Alternatively, you can reference the conversion commits for BitBake and 75Alternatively, you can reference the conversion commits for BitBake and
76you can use :term:`OpenEmbedded-Core (OE-Core)` as a guide for changes. Following are 76you can use :term:`OpenEmbedded-Core (OE-Core)` as a guide for changes.
77particular areas of interest: 77Particular areas of interest are:
78 78
79 - subprocess command-line pipes needing locale decoding 79 - subprocess command-line pipes needing locale decoding
80 80
@@ -182,7 +182,7 @@ root filesystem, provides an image, and uses the ``nographic`` option::
182 182
183 $ runqemu qemux86-64 tmp/deploy/images/qemux86-64/core-image-minimal-qemux86-64.ext4 tmp/deploy/images/qemux86-64/bzImage nographic 183 $ runqemu qemux86-64 tmp/deploy/images/qemux86-64/core-image-minimal-qemux86-64.ext4 tmp/deploy/images/qemux86-64/bzImage nographic
184 184
185Following is a list of variables that can be set in configuration files 185Here is a list of variables that can be set in configuration files
186such as ``bsp.conf`` to enable the BSP to be booted by ``runqemu``:: 186such as ``bsp.conf`` to enable the BSP to be booted by ``runqemu``::
187 187
188 QB_SYSTEM_NAME: QEMU name (e.g. "qemu-system-i386") 188 QB_SYSTEM_NAME: QEMU name (e.g. "qemu-system-i386")