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 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`. | |||
693 | The :ref:`ref-classes-devupstream` class uses | 693 | The :ref:`ref-classes-devupstream` class uses |
694 | :term:`BBCLASSEXTEND` to add a variant of the | 694 | :term:`BBCLASSEXTEND` to add a variant of the |
695 | recipe that fetches from an alternative URI (e.g. Git) instead of a | 695 | recipe that fetches from an alternative URI (e.g. Git) instead of a |
696 | tarball. Following is an example:: | 696 | tarball. 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 | |||
1246 | are meant to detect real or potential problems in the packaged | 1246 | are meant to detect real or potential problems in the packaged |
1247 | output. So exercise caution when disabling these checks. | 1247 | output. So exercise caution when disabling these checks. |
1248 | 1248 | ||
1249 | Here are the tests you can list with the :term:`WARN_QA` and | 1249 | The 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. | |||
3246 | The :ref:`ref-classes-uboot-sign` class provides support for U-Boot verified boot. | 3246 | The :ref:`ref-classes-uboot-sign` class provides support for U-Boot verified boot. |
3247 | It is intended to be inherited from U-Boot recipes. | 3247 | It is intended to be inherited from U-Boot recipes. |
3248 | 3248 | ||
3249 | Here are variables used by this class: | 3249 | The 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. |