From 6ca9eeea7f8c2ecf7a240292da917e66aad5dc09 Mon Sep 17 00:00:00 2001 From: Leonard Anderweit Date: Tue, 15 Apr 2025 15:20:54 +0200 Subject: ref-manual: classes: uki: Fix git links Fix links to files in git by adding a leading / to the path. (From yocto-docs rev: 20447dbf40b07f6b7493dee0b4c4082376d96796) Signed-off-by: Leonard Anderweit Signed-off-by: Antonin Godard (cherry picked from commit cc5daf15f5999bc217f8729e259ae720736beaaa) Signed-off-by: Antonin Godard Signed-off-by: Steve Sakoman --- documentation/ref-manual/classes.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'documentation/ref-manual') diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index 59efcbe19a..5187033f77 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst @@ -3452,7 +3452,7 @@ on target hardware. Using ``systemd`` as init is recommended. Image builds should create an ESP partition for UEFI firmware and copy ``systemd-boot`` and UKI files there. Sample configuration for Wic images is provided in :oe_git:`scripts/lib/wic/canned-wks/efi-uki-bootdisk.wks.in -`. +`. UKIs are generated using ``systemd`` reference implementation `ukify `__. This class uses a number of variables but tries to find sensible defaults for @@ -3462,7 +3462,7 @@ The variables used by this class are: - :term:`EFI_ARCH`: architecture name within EFI standard, set in :oe_git:`meta/conf/image-uefi.conf - ` + ` - :term:`IMAGE_EFI_BOOT_FILES`: files to install to EFI boot partition created by the ``bootimg-efi`` Wic plugin - :term:`INITRAMFS_IMAGE`: initramfs recipe name @@ -3481,9 +3481,9 @@ The variables used by this class are: For examples on how to use this class see oeqa selftest :oe_git:`meta/lib/oeqa/selftest/cases/uki.py -`. +`. Also an oeqa runtime test :oe_git:`meta/lib/oeqa/runtime/cases/uki.py -` is provided which +` is provided which verifies that the target system booted the same UKI binary as was set at buildtime via :term:`UKI_FILENAME`. -- cgit v1.2.3-54-g00ecf