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 844433c551..7300020ef1 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -693,7 +693,7 @@ information about using :ref:`ref-classes-devshell`.
693The :ref:`ref-classes-devupstream` class uses 693The :ref:`ref-classes-devupstream` class uses
694:term:`BBCLASSEXTEND` to add a variant of the 694:term:`BBCLASSEXTEND` to add a variant of the
695recipe that fetches from an alternative URI (e.g. Git) instead of a 695recipe that fetches from an alternative URI (e.g. Git) instead of a
696tarball. Following is an example:: 696tarball. Here is an example::
697 697
698 BBCLASSEXTEND = "devupstream:target" 698 BBCLASSEXTEND = "devupstream:target"
699 SRC_URI:class-devupstream = "git://git.example.com/example;branch=main" 699 SRC_URI:class-devupstream = "git://git.example.com/example;branch=main"
@@ -1246,8 +1246,8 @@ Please keep in mind that the QA checks
1246are meant to detect real or potential problems in the packaged 1246are meant to detect real or potential problems in the packaged
1247output. So exercise caution when disabling these checks. 1247output. So exercise caution when disabling these checks.
1248 1248
1249Here are the tests you can list with the :term:`WARN_QA` and 1249The tests you can list with the :term:`WARN_QA` and
1250:term:`ERROR_QA` variables: 1250:term:`ERROR_QA` variables are:
1251 1251
1252- ``already-stripped:`` Checks that produced binaries have not 1252- ``already-stripped:`` Checks that produced binaries have not
1253 already been stripped prior to the build system extracting debug 1253 already been stripped prior to the build system extracting debug
@@ -3246,7 +3246,7 @@ information.
3246The :ref:`ref-classes-uboot-sign` class provides support for U-Boot verified boot. 3246The :ref:`ref-classes-uboot-sign` class provides support for U-Boot verified boot.
3247It is intended to be inherited from U-Boot recipes. 3247It is intended to be inherited from U-Boot recipes.
3248 3248
3249Here are variables used by this class: 3249The variables used by this class are:
3250 3250
3251- :term:`SPL_MKIMAGE_DTCOPTS`: DTC options for U-Boot ``mkimage`` when 3251- :term:`SPL_MKIMAGE_DTCOPTS`: DTC options for U-Boot ``mkimage`` when
3252 building the FIT image. 3252 building the FIT image.