diff options
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r-- | documentation/ref-manual/classes.rst | 8 |
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`. | |||
664 | The :ref:`ref-classes-devupstream` class uses | 664 | The :ref:`ref-classes-devupstream` class uses |
665 | :term:`BBCLASSEXTEND` to add a variant of the | 665 | :term:`BBCLASSEXTEND` to add a variant of the |
666 | recipe that fetches from an alternative URI (e.g. Git) instead of a | 666 | recipe that fetches from an alternative URI (e.g. Git) instead of a |
667 | tarball. Following is an example:: | 667 | tarball. 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 | |||
1217 | are meant to detect real or potential problems in the packaged | 1217 | are meant to detect real or potential problems in the packaged |
1218 | output. So exercise caution when disabling these checks. | 1218 | output. So exercise caution when disabling these checks. |
1219 | 1219 | ||
1220 | Here are the tests you can list with the :term:`WARN_QA` and | 1220 | The 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. | |||
3217 | The :ref:`ref-classes-uboot-sign` class provides support for U-Boot verified boot. | 3217 | The :ref:`ref-classes-uboot-sign` class provides support for U-Boot verified boot. |
3218 | It is intended to be inherited from U-Boot recipes. | 3218 | It is intended to be inherited from U-Boot recipes. |
3219 | 3219 | ||
3220 | Here are variables used by this class: | 3220 | The 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. |