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.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index a1e160bb44..1d01456ece 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -665,7 +665,7 @@ The padding size can be modified by setting :term:`DT_PADDING_SIZE`
665to the desired size, in bytes. 665to the desired size, in bytes.
666 666
667See :oe_git:`devicetree.bbclass sources 667See :oe_git:`devicetree.bbclass sources
668</openembedded-core/tree/meta/classes-recipe/devicetree.bbclass>` 668</openembedded-core/tree/meta/classes-recipe/devicetree.bbclass>`
669for further variables controlling this class. 669for further variables controlling this class.
670 670
671Here is an excerpt of an example ``recipes-kernel/linux/devicetree-acme.bb`` 671Here is an excerpt of an example ``recipes-kernel/linux/devicetree-acme.bb``
@@ -3284,7 +3284,7 @@ The variables used by this class are:
3284- :term:`UBOOT_FIT_KEY_REQ_ARGS`: ``openssl req`` arguments. 3284- :term:`UBOOT_FIT_KEY_REQ_ARGS`: ``openssl req`` arguments.
3285- :term:`UBOOT_FIT_SIGN_ALG`: signature algorithm for the FIT image. 3285- :term:`UBOOT_FIT_SIGN_ALG`: signature algorithm for the FIT image.
3286- :term:`UBOOT_FIT_SIGN_NUMBITS`: size of the private key for FIT image 3286- :term:`UBOOT_FIT_SIGN_NUMBITS`: size of the private key for FIT image
3287 signing. 3287 signing.
3288- :term:`UBOOT_FIT_KEY_SIGN_PKCS`: algorithm for the public key certificate 3288- :term:`UBOOT_FIT_KEY_SIGN_PKCS`: algorithm for the public key certificate
3289 for FIT image signing. 3289 for FIT image signing.
3290- :term:`UBOOT_FITIMAGE_ENABLE`: enable the generation of a U-Boot FIT image. 3290- :term:`UBOOT_FITIMAGE_ENABLE`: enable the generation of a U-Boot FIT image.