diff options
| author | Antonin Godard <antonin.godard@bootlin.com> | 2025-07-29 11:56:43 +0200 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-08-18 13:18:01 -0700 |
| commit | f81ed8523ae82934503e269e217cc4328fa25dea (patch) | |
| tree | 2ad7bedb181ce8ab9a723a1513b097f705c3cfcd | |
| parent | 5d6f6b2619880ce6a4fdc93b1a9ef22df0f1c907 (diff) | |
| download | poky-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>
| -rw-r--r-- | documentation/ref-manual/classes.rst | 3 | ||||
| -rw-r--r-- | documentation/ref-manual/variables.rst | 5 |
2 files changed, 8 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 | ||
| 3164 | The variables used by this class are: | 3164 | The 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. |
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` |
