diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-07-29 11:56:43 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-08-20 07:37:19 -0700 |
commit | c030f0e4927e19e2e9e02c3a5af6b9393b5caa36 (patch) | |
tree | ec17a729fb0e93f46c7e18e9c5a6cf6738dbed86 /documentation | |
parent | 729f2a3d1943e8e528b2cb42ab6fb332fe0e4a8b (diff) | |
download | poky-c030f0e4927e19e2e9e02c3a5af6b9393b5caa36.tar.gz |
ref-manual/variables.rst: document SPL_DTB_BINARY
This variable is part of uboot-sign but not documented.
(From yocto-docs rev: 999e81f17bf60e187e709368ede3965df19bee59)
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')
-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 1d76b36d45..e8c50a0287 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -3316,6 +3316,9 @@ The variables used by this class are: | |||
3316 | - :term:`SPL_SIGN_ENABLE`: enable signing the FIT image. | 3316 | - :term:`SPL_SIGN_ENABLE`: enable signing the FIT image. |
3317 | - :term:`SPL_SIGN_KEYDIR`: directory containing the signing keys. | 3317 | - :term:`SPL_SIGN_KEYDIR`: directory containing the signing keys. |
3318 | - :term:`SPL_SIGN_KEYNAME`: base filename of the signing keys. | 3318 | - :term:`SPL_SIGN_KEYNAME`: base filename of the signing keys. |
3319 | - :term:`SPL_DTB_BINARY`: Name of the SPL device tree binary. Can be set to an | ||
3320 | empty string to indicate that no SPL should be created and added to the FIT | ||
3321 | image. | ||
3319 | - :term:`UBOOT_FIT_ADDRESS_CELLS`: ``#address-cells`` value for the FIT image. | 3322 | - :term:`UBOOT_FIT_ADDRESS_CELLS`: ``#address-cells`` value for the FIT image. |
3320 | - :term:`UBOOT_FIT_DESC`: description string encoded into the FIT image. | 3323 | - :term:`UBOOT_FIT_DESC`: description string encoded into the FIT image. |
3321 | - :term:`UBOOT_FIT_GENERATE_KEYS`: generate the keys if they don't exist yet. | 3324 | - :term:`UBOOT_FIT_GENERATE_KEYS`: generate the keys if they don't exist yet. |
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 3899dd82a7..ef64bcad49 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -8449,6 +8449,11 @@ system and gives an overview of their function and contents. | |||
8449 | section in the Yocto Project Board Support Package Developer's Guide | 8449 | section in the Yocto Project Board Support Package Developer's Guide |
8450 | for additional information. | 8450 | for additional information. |
8451 | 8451 | ||
8452 | :term:`SPL_DTB_BINARY` | ||
8453 | When inheriting the :ref:`ref-classes-uboot-sign` class, the | ||
8454 | :term:`SPL_DTB_BINARY` variable contains the name of the SPL binary to be | ||
8455 | compiled. | ||
8456 | |||
8452 | :term:`SPL_MKIMAGE_DTCOPTS` | 8457 | :term:`SPL_MKIMAGE_DTCOPTS` |
8453 | Options for the device tree compiler passed to ``mkimage -D`` feature | 8458 | Options for the device tree compiler passed to ``mkimage -D`` feature |
8454 | while creating a FIT image with the :ref:`ref-classes-uboot-sign` | 8459 | while creating a FIT image with the :ref:`ref-classes-uboot-sign` |