summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.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/variables.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/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 043722d823..15c726de4e 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -7795,6 +7795,11 @@ system and gives an overview of their function and contents.
7795 section in the Yocto Project Board Support Package Developer's Guide 7795 section in the Yocto Project Board Support Package Developer's Guide
7796 for additional information. 7796 for additional information.
7797 7797
7798 :term:`SPL_DTB_BINARY`
7799 When inheriting the :ref:`ref-classes-uboot-sign` class, the
7800 :term:`SPL_DTB_BINARY` variable contains the name of the SPL binary to be
7801 compiled.
7802
7798 :term:`SPL_MKIMAGE_DTCOPTS` 7803 :term:`SPL_MKIMAGE_DTCOPTS`
7799 Options for the device tree compiler passed to ``mkimage -D`` feature 7804 Options for the device tree compiler passed to ``mkimage -D`` feature
7800 while creating a FIT image with the :ref:`ref-classes-uboot-sign` 7805 while creating a FIT image with the :ref:`ref-classes-uboot-sign`