@@ -3559,6 +3559,7 @@ The variables used by this class are:
- :term:`UKI_SB_CERT`: optional UEFI secureboot certificate matching the
private key
- :term:`UKI_SB_KEY`: optional UEFI secureboot private key to sign UKI with
+- :term:`UKI_DEVICETREE`: list of device tree blobs to include to the UKI
For examples on how to use this class see oeqa selftest
:oe_git:`meta/lib/oeqa/selftest/cases/uki.py
@@ -11899,6 +11899,11 @@ system and gives an overview of their function and contents.
<https://www.freedesktop.org/software/systemd/man/latest/ukify.html>`__
command.
+ :term:`UKI_DEVICETREE`
+ When inheriting the :ref:`ref-classes-uki` class, the :term:`UKI_DEVICETREE`
+ variable holds the list of device tree blobs to include to the `Unified
+ Kernel Image (UKI) <https://uapi-group.org/specifications/specs/unified_kernel_image/>`__.
+
:term:`UKI_FILENAME`
When inheriting the :ref:`ref-classes-uki` class, the output file name
for the generated `Unified Kernel Image (UKI)
Added by commit 56aeb7ff4e23 ("uki.bbclass: make DTB packaging optional") in OE-Core. Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- documentation/ref-manual/classes.rst | 1 + documentation/ref-manual/variables.rst | 5 +++++ 2 files changed, 6 insertions(+)