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.4.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.4.rst')
-rw-r--r-- | documentation/migration-guides/migration-2.4.rst | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/documentation/migration-guides/migration-2.4.rst b/documentation/migration-guides/migration-2.4.rst index abad43acc3..5d5d601988 100644 --- a/documentation/migration-guides/migration-2.4.rst +++ b/documentation/migration-guides/migration-2.4.rst | |||
@@ -91,8 +91,6 @@ occurred: | |||
91 | Removed Recipes | 91 | Removed Recipes |
92 | --------------- | 92 | --------------- |
93 | 93 | ||
94 | The following recipes have been removed: | ||
95 | |||
96 | - ``acpitests``: This recipe is not maintained. | 94 | - ``acpitests``: This recipe is not maintained. |
97 | 95 | ||
98 | - ``autogen-native``: No longer required by Grub, oe-core, or | 96 | - ``autogen-native``: No longer required by Grub, oe-core, or |
@@ -213,8 +211,6 @@ recipes you might have. This will avoid breakage in post 2.4 releases. | |||
213 | Package QA Changes | 211 | Package QA Changes |
214 | ------------------ | 212 | ------------------ |
215 | 213 | ||
216 | The following package QA changes took place: | ||
217 | |||
218 | - The "unsafe-references-in-scripts" QA check has been removed. | 214 | - The "unsafe-references-in-scripts" QA check has been removed. |
219 | 215 | ||
220 | - If you refer to ``${COREBASE}/LICENSE`` within | 216 | - If you refer to ``${COREBASE}/LICENSE`` within |
@@ -229,8 +225,6 @@ The following package QA changes took place: | |||
229 | ``README`` File Changes | 225 | ``README`` File Changes |
230 | ----------------------- | 226 | ----------------------- |
231 | 227 | ||
232 | The following are changes to ``README`` files: | ||
233 | |||
234 | - The main Poky ``README`` file has been moved to the ``meta-poky`` | 228 | - The main Poky ``README`` file has been moved to the ``meta-poky`` |
235 | layer and has been renamed ``README.poky``. A symlink has been | 229 | layer and has been renamed ``README.poky``. A symlink has been |
236 | created so that references to the old location work. | 230 | created so that references to the old location work. |
@@ -246,8 +240,6 @@ The following are changes to ``README`` files: | |||
246 | Miscellaneous Changes | 240 | Miscellaneous Changes |
247 | --------------------- | 241 | --------------------- |
248 | 242 | ||
249 | The following are additional changes: | ||
250 | |||
251 | - The ``ROOTFS_PKGMANAGE_BOOTSTRAP`` variable and any references to it | 243 | - The ``ROOTFS_PKGMANAGE_BOOTSTRAP`` variable and any references to it |
252 | have been removed. You should remove this variable from any custom | 244 | have been removed. You should remove this variable from any custom |
253 | recipes. | 245 | recipes. |