| Message ID | 20260629-master-updates-1-v1-6-ad9b047f9ff0@bootlin.com |
|---|---|
| State | New |
| Headers | show |
| Series | Cover recent upstream changes | expand |
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 6044283c4..c2327247f 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst @@ -11563,6 +11563,10 @@ system and gives an overview of their function and contents. do_compile[depends] += "trusted-firmware-a:do_deploy" + :term:`UBOOT_FIT_CONF_DESC` + The :term:`UBOOT_FIT_CONF_DESC` can be set to override the description + property of the configuration node of a U-Boot FIT image. + :term:`UBOOT_FIT_CONF_FIRMWARE` Adds one image to the ``firmware`` property of the configuration node of the U-Boot Image Tree Source (ITS). Sets the ``firmware`` property to
Added by commit df16e4a3900f ("uboot-sign: allow customizing the FIT configuration description") in OE-Core. Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- documentation/ref-manual/variables.rst | 4 ++++ 1 file changed, 4 insertions(+)