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-01 05:19:54 -1000
commitfa870dfd0fd760ec1ab0342f5c82851c043f3eaf (patch)
treec6993e569b3e007213425a31a1aff8761c413dfc /documentation/ref-manual/classes.rst
parent74ebddb9219e02cd300630a550353560768ed77e (diff)
downloadpoky-fa870dfd0fd760ec1ab0342f5c82851c043f3eaf.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: 2539f1b9cbf9bdd40eff93c6522dc76133debed7) 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 216b236e33..05473edcca 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -616,7 +616,7 @@ information about using :ref:`ref-classes-devshell`.
616The :ref:`ref-classes-devupstream` class uses 616The :ref:`ref-classes-devupstream` class uses
617:term:`BBCLASSEXTEND` to add a variant of the 617:term:`BBCLASSEXTEND` to add a variant of the
618recipe that fetches from an alternative URI (e.g. Git) instead of a 618recipe that fetches from an alternative URI (e.g. Git) instead of a
619tarball. Following is an example:: 619tarball. Here is an example::
620 620
621 BBCLASSEXTEND = "devupstream:target" 621 BBCLASSEXTEND = "devupstream:target"
622 SRC_URI:class-devupstream = "git://git.example.com/example;branch=main" 622 SRC_URI:class-devupstream = "git://git.example.com/example;branch=main"
@@ -1141,8 +1141,8 @@ Please keep in mind that the QA checks
1141are meant to detect real or potential problems in the packaged 1141are meant to detect real or potential problems in the packaged
1142output. So exercise caution when disabling these checks. 1142output. So exercise caution when disabling these checks.
1143 1143
1144Here are the tests you can list with the :term:`WARN_QA` and 1144The tests you can list with the :term:`WARN_QA` and
1145:term:`ERROR_QA` variables: 1145:term:`ERROR_QA` variables are:
1146 1146
1147- ``already-stripped:`` Checks that produced binaries have not 1147- ``already-stripped:`` Checks that produced binaries have not
1148 already been stripped prior to the build system extracting debug 1148 already been stripped prior to the build system extracting debug
@@ -3148,7 +3148,7 @@ information.
3148The :ref:`ref-classes-uboot-sign` class provides support for U-Boot verified boot. 3148The :ref:`ref-classes-uboot-sign` class provides support for U-Boot verified boot.
3149It is intended to be inherited from U-Boot recipes. 3149It is intended to be inherited from U-Boot recipes.
3150 3150
3151Here are variables used by this class: 3151The variables used by this class are:
3152 3152
3153- :term:`SPL_MKIMAGE_DTCOPTS`: DTC options for U-Boot ``mkimage`` when 3153- :term:`SPL_MKIMAGE_DTCOPTS`: DTC options for U-Boot ``mkimage`` when
3154 building the FIT image. 3154 building the FIT image.