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-18 13:18:01 -0700
commitf81ed8523ae82934503e269e217cc4328fa25dea (patch)
tree2ad7bedb181ce8ab9a723a1513b097f705c3cfcd /documentation/ref-manual/classes.rst
parent5d6f6b2619880ce6a4fdc93b1a9ef22df0f1c907 (diff)
downloadpoky-f81ed8523ae82934503e269e217cc4328fa25dea.tar.gz
ref-manual/variables.rst: document SPL_DTB_BINARY
This variable is part of uboot-sign but not documented. (From yocto-docs rev: 1a07897a273867b4cf26759e88e423c552a09c4a) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit 05eb461cb1da76ad9cbaf634da7f47447b3f6765) [fix minor conflicts in classes.rst] 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 e230bb69d0..2b916022bc 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -3163,6 +3163,9 @@ It is intended to be inherited from U-Boot recipes.
3163 3163
3164The variables used by this class are: 3164The variables used by this class are:
3165 3165
3166- :term:`SPL_DTB_BINARY`: Name of the SPL device tree binary. Can be set to an
3167 empty string to indicate that no SPL should be created and added to the FIT
3168 image.
3166- :term:`SPL_MKIMAGE_DTCOPTS`: DTC options for U-Boot ``mkimage`` when 3169- :term:`SPL_MKIMAGE_DTCOPTS`: DTC options for U-Boot ``mkimage`` when
3167 building the FIT image. 3170 building the FIT image.
3168- :term:`SPL_SIGN_ENABLE`: enable signing the FIT image. 3171- :term:`SPL_SIGN_ENABLE`: enable signing the FIT image.