summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/classes.rst
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2025-07-29 11:56:43 +0200
committerSteve Sakoman <steve@sakoman.com>2025-08-13 08:42:58 -0700
commit022c3a59bff8adae2bb9aa47c4484ef4bce05343 (patch)
treedb7be0986ed2f3c80c216a131b4413d4e7c5f6bb /documentation/ref-manual/classes.rst
parentd5a1a8231ef81b082594301b76bae15ce58b61cd (diff)
downloadpoky-022c3a59bff8adae2bb9aa47c4484ef4bce05343.tar.gz
ref-manual/variables.rst: document SPL_DTB_BINARY
This variable is part of uboot-sign but not documented. (From yocto-docs rev: ce4a0ec193301ed5373bab02938355ba222d2804) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit 05eb461cb1da76ad9cbaf634da7f47447b3f6765) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r--documentation/ref-manual/classes.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index fa5c2b5ce1..0816db49bb 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -3385,6 +3385,9 @@ The variables used by this class are:
3385- :term:`SPL_SIGN_ENABLE`: enable signing the FIT image. 3385- :term:`SPL_SIGN_ENABLE`: enable signing the FIT image.
3386- :term:`SPL_SIGN_KEYDIR`: directory containing the signing keys. 3386- :term:`SPL_SIGN_KEYDIR`: directory containing the signing keys.
3387- :term:`SPL_SIGN_KEYNAME`: base filename of the signing keys. 3387- :term:`SPL_SIGN_KEYNAME`: base filename of the signing keys.
3388- :term:`SPL_DTB_BINARY`: Name of the SPL device tree binary. Can be set to an
3389 empty string to indicate that no SPL should be created and added to the FIT
3390 image.
3388- :term:`UBOOT_FIT_ADDRESS_CELLS`: ``#address-cells`` value for the FIT image. 3391- :term:`UBOOT_FIT_ADDRESS_CELLS`: ``#address-cells`` value for the FIT image.
3389- :term:`UBOOT_FIT_DESC`: description string encoded into the FIT image. 3392- :term:`UBOOT_FIT_DESC`: description string encoded into the FIT image.
3390- :term:`UBOOT_FIT_GENERATE_KEYS`: generate the keys if they don't exist yet. 3393- :term:`UBOOT_FIT_GENERATE_KEYS`: generate the keys if they don't exist yet.