summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/classes.rst
diff options
context:
space:
mode:
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.