diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-07-29 11:56:43 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-08-13 08:42:58 -0700 |
commit | 022c3a59bff8adae2bb9aa47c4484ef4bce05343 (patch) | |
tree | db7be0986ed2f3c80c216a131b4413d4e7c5f6bb /documentation/ref-manual/variables.rst | |
parent | d5a1a8231ef81b082594301b76bae15ce58b61cd (diff) | |
download | poky-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/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index d8c3497d3d..5a9e97ab6f 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -8827,6 +8827,11 @@ system and gives an overview of their function and contents. | |||
8827 | section in the Yocto Project Board Support Package Developer's Guide | 8827 | section in the Yocto Project Board Support Package Developer's Guide |
8828 | for additional information. | 8828 | for additional information. |
8829 | 8829 | ||
8830 | :term:`SPL_DTB_BINARY` | ||
8831 | When inheriting the :ref:`ref-classes-uboot-sign` class, the | ||
8832 | :term:`SPL_DTB_BINARY` variable contains the name of the SPL binary to be | ||
8833 | compiled. | ||
8834 | |||
8830 | :term:`SPL_MKIMAGE_DTCOPTS` | 8835 | :term:`SPL_MKIMAGE_DTCOPTS` |
8831 | Options for the device tree compiler passed to ``mkimage -D`` feature | 8836 | Options for the device tree compiler passed to ``mkimage -D`` feature |
8832 | while creating a FIT image with the :ref:`ref-classes-uboot-sign` | 8837 | while creating a FIT image with the :ref:`ref-classes-uboot-sign` |