diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2024-03-30 17:52:37 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-04-08 14:36:38 +0100 |
commit | fed404fca0ae6eb313aeac7c029d22c06b5486a7 (patch) | |
tree | 3c44e751d9d3f676ae2d56f05f212cdc022f2ad4 /documentation/ref-manual/classes.rst | |
parent | ae1b8c607909d108d994386ad6e78f1f0422e174 (diff) | |
download | poky-fed404fca0ae6eb313aeac7c029d22c06b5486a7.tar.gz |
manuals: fix trailing spaces
Fixing errors reported by "make sphinx-lint"
(From yocto-docs rev: ef6b650c31c4320314564bb85a45eebde3fd98c1)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r-- | documentation/ref-manual/classes.rst | 4 |
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` | |||
665 | to the desired size, in bytes. | 665 | to the desired size, in bytes. |
666 | 666 | ||
667 | See :oe_git:`devicetree.bbclass sources | 667 | See :oe_git:`devicetree.bbclass sources |
668 | </openembedded-core/tree/meta/classes-recipe/devicetree.bbclass>` | 668 | </openembedded-core/tree/meta/classes-recipe/devicetree.bbclass>` |
669 | for further variables controlling this class. | 669 | for further variables controlling this class. |
670 | 670 | ||
671 | Here is an excerpt of an example ``recipes-kernel/linux/devicetree-acme.bb`` | 671 | Here 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. |