diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2024-02-09 17:48:06 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-03-13 03:59:26 -1000 |
commit | d241202fa1f02e537c29e4ec5bbba945f957ede5 (patch) | |
tree | 416c32f0e92c44436b30a38303653d487cfc0560 /documentation/migration-guides/migration-2.5.rst | |
parent | 74ed43b221c8459613112714cb1e137712a661b5 (diff) | |
download | poky-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.5.rst')
-rw-r--r-- | documentation/migration-guides/migration-2.5.rst | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/documentation/migration-guides/migration-2.5.rst b/documentation/migration-guides/migration-2.5.rst index 9f089bb93b..facf5110b7 100644 --- a/documentation/migration-guides/migration-2.5.rst +++ b/documentation/migration-guides/migration-2.5.rst | |||
@@ -87,8 +87,6 @@ The following recipes have been removed: | |||
87 | Scripts and Tools Changes | 87 | Scripts and Tools Changes |
88 | ------------------------- | 88 | ------------------------- |
89 | 89 | ||
90 | The following are changes to scripts and tools: | ||
91 | |||
92 | - ``yocto-bsp``, ``yocto-kernel``, and ``yocto-layer``: The | 90 | - ``yocto-bsp``, ``yocto-kernel``, and ``yocto-layer``: The |
93 | ``yocto-bsp``, ``yocto-kernel``, and ``yocto-layer`` scripts | 91 | ``yocto-bsp``, ``yocto-kernel``, and ``yocto-layer`` scripts |
94 | previously shipped with poky but not in OpenEmbedded-Core have been | 92 | previously shipped with poky but not in OpenEmbedded-Core have been |
@@ -119,8 +117,6 @@ The following are changes to scripts and tools: | |||
119 | BitBake Changes | 117 | BitBake Changes |
120 | --------------- | 118 | --------------- |
121 | 119 | ||
122 | The following are BitBake changes: | ||
123 | |||
124 | - The ``--runall`` option has changed. There are two different | 120 | - The ``--runall`` option has changed. There are two different |
125 | behaviors people might want: | 121 | behaviors people might want: |
126 | 122 | ||
@@ -153,7 +149,7 @@ The following are BitBake changes: | |||
153 | Python and Python 3 Changes | 149 | Python and Python 3 Changes |
154 | --------------------------- | 150 | --------------------------- |
155 | 151 | ||
156 | The following are auto-packaging changes to Python and Python 3: | 152 | Here are auto-packaging changes to Python and Python 3: |
157 | 153 | ||
158 | The script-managed ``python-*-manifest.inc`` files that were previously | 154 | The script-managed ``python-*-manifest.inc`` files that were previously |
159 | used to generate Python and Python 3 packages have been replaced with a | 155 | used to generate Python and Python 3 packages have been replaced with a |
@@ -187,8 +183,6 @@ change please see :yocto_git:`this commit | |||
187 | Miscellaneous Changes | 183 | Miscellaneous Changes |
188 | --------------------- | 184 | --------------------- |
189 | 185 | ||
190 | The following are additional changes: | ||
191 | |||
192 | - The :ref:`ref-classes-kernel` class supports building packages for multiple kernels. | 186 | - The :ref:`ref-classes-kernel` class supports building packages for multiple kernels. |
193 | If your kernel recipe or ``.bbappend`` file mentions packaging at | 187 | If your kernel recipe or ``.bbappend`` file mentions packaging at |
194 | all, you should replace references to the kernel in package names | 188 | all, you should replace references to the kernel in package names |