1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-16 15:57:04 +00:00

classes.rst variables.rst: add documentation for uki.bbclass

Documentation for the new class.

[YOCTO #15650]
https://bugzilla.yoctoproject.org/show_bug.cgi?id=15650

(From yocto-docs rev: fd46074dc7bba49ab49c706c408c92958e67cfa4)

Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Reviewed-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Mikko Rapeli
2024-11-27 15:59:21 +02:00
committed by Richard Purdie
parent 371f4b7941
commit 3aa5c512a3
2 changed files with 92 additions and 0 deletions
+42
View File
@@ -2355,6 +2355,11 @@ system and gives an overview of their function and contents.
specifies the size of padding appended to the device tree blob, used as
extra space typically for additional properties during boot.
:term:`EFI_ARCH`
The CPU architecture name within EFI standard. Set in
:oe_git:`meta/conf/image-uefi.conf
<openembedded-core/tree/meta/conf/image-uefi.conf>`.
:term:`EFI_PROVIDER`
When building bootable images (i.e. where ``hddimg``, ``iso``, or
``wic.vmdk`` is in :term:`IMAGE_FSTYPES`), the
@@ -9846,6 +9851,43 @@ system and gives an overview of their function and contents.
passes and uses "all" for the target during the U-Boot building
process.
:term:`UKIFY_CMD`
When inheriting the :ref:`ref-classes-uki` class,
`ukify <https://www.freedesktop.org/software/systemd/man/latest/ukify.html>`__ command to build
`Unified Kernel Image (UKI) <https://uapi-group.org/specifications/specs/unified_kernel_image/>`__.
Defaults to ``ukify build``.
:term:`UKI_CMDLINE`
When inheriting the :ref:`ref-classes-uki` class, the kernel command line
to use when booting the `Unified Kernel Image (UKI)
<https://uapi-group.org/specifications/specs/unified_kernel_image/>`__.
Defaults to ``rootwait root=LABEL=root console=${KERNEL_CONSOLE}``.
:term:`UKI_CONFIG_FILE`
When inheriting the :ref:`ref-classes-uki` class, an optional config
file for the `ukify
<https://www.freedesktop.org/software/systemd/man/latest/ukify.html>`__
command.
:term:`UKI_FILENAME`
When inheriting the :ref:`ref-classes-uki` class, the output file name
for the generated `Unified Kernel Image (UKI)
<https://uapi-group.org/specifications/specs/unified_kernel_image/>`__.
Defaults to ``uki.efi``.
:term:`UKI_KERNEL_FILENAME`
When inheriting the :ref:`ref-classes-uki` class, the kernel image file
name to use as input. Defaults to :term:`KERNEL_IMAGETYPE`.
:term:`UKI_SB_CERT`
When inheriting the :ref:`ref-classes-uki` class, optional UEFI
secureboot certificate matching the private key in :term:`UKI_SB_KEY`.
:term:`UKI_SB_KEY`
When inheriting the :ref:`ref-classes-uki` class, optional UEFI
secureboot private key to sign the `Unified Kernel Image (UKI)
<https://uapi-group.org/specifications/specs/unified_kernel_image/>`__.
:term:`UNKNOWN_CONFIGURE_OPT_IGNORE`
Specifies a list of options that, if reported by the configure script
as being invalid, should not generate a warning during the