summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/classes.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/ref-manual/classes.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/ref-manual/classes.rst')
-rw-r--r--documentation/ref-manual/classes.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index 81dab1f4b3..a3d8bd06e6 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -664,7 +664,7 @@ information about using :ref:`ref-classes-devshell`.
664The :ref:`ref-classes-devupstream` class uses 664The :ref:`ref-classes-devupstream` class uses
665:term:`BBCLASSEXTEND` to add a variant of the 665:term:`BBCLASSEXTEND` to add a variant of the
666recipe that fetches from an alternative URI (e.g. Git) instead of a 666recipe that fetches from an alternative URI (e.g. Git) instead of a
667tarball. Following is an example:: 667tarball. Here is an example::
668 668
669 BBCLASSEXTEND = "devupstream:target" 669 BBCLASSEXTEND = "devupstream:target"
670 SRC_URI:class-devupstream = "git://git.example.com/example;branch=main" 670 SRC_URI:class-devupstream = "git://git.example.com/example;branch=main"
@@ -1217,8 +1217,8 @@ Please keep in mind that the QA checks
1217are meant to detect real or potential problems in the packaged 1217are meant to detect real or potential problems in the packaged
1218output. So exercise caution when disabling these checks. 1218output. So exercise caution when disabling these checks.
1219 1219
1220Here are the tests you can list with the :term:`WARN_QA` and 1220The tests you can list with the :term:`WARN_QA` and
1221:term:`ERROR_QA` variables: 1221:term:`ERROR_QA` variables are:
1222 1222
1223- ``already-stripped:`` Checks that produced binaries have not 1223- ``already-stripped:`` Checks that produced binaries have not
1224 already been stripped prior to the build system extracting debug 1224 already been stripped prior to the build system extracting debug
@@ -3217,7 +3217,7 @@ information.
3217The :ref:`ref-classes-uboot-sign` class provides support for U-Boot verified boot. 3217The :ref:`ref-classes-uboot-sign` class provides support for U-Boot verified boot.
3218It is intended to be inherited from U-Boot recipes. 3218It is intended to be inherited from U-Boot recipes.
3219 3219
3220Here are variables used by this class: 3220The variables used by this class are:
3221 3221
3222- :term:`SPL_MKIMAGE_DTCOPTS`: DTC options for U-Boot ``mkimage`` when 3222- :term:`SPL_MKIMAGE_DTCOPTS`: DTC options for U-Boot ``mkimage`` when
3223 building the FIT image. 3223 building the FIT image.