summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorLeonard Anderweit <l.anderweit@phytec.de>2025-04-15 15:20:54 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-05-19 15:54:10 +0100
commit02b30d6952afc8aff9b754a38b59f2d0b2d729c6 (patch)
tree6592ff334caa33accddc513490aceb2a32a590b4 /documentation
parent9d3a157d37c94980f703983b6accf4f5a543efc8 (diff)
downloadpoky-02b30d6952afc8aff9b754a38b59f2d0b2d729c6.tar.gz
ref-manual: classes: uki: Fix git links
Fix links to files in git by adding a leading / to the path. (From yocto-docs rev: 270cd833f7d680c6def21376c7ece488479023ed) Signed-off-by: Leonard Anderweit <l.anderweit@phytec.de> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/classes.rst8
1 files changed, 4 insertions, 4 deletions
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
3452should create an ESP partition for UEFI firmware and copy ``systemd-boot`` and 3452should create an ESP partition for UEFI firmware and copy ``systemd-boot`` and
3453UKI files there. Sample configuration for Wic images is provided in 3453UKI files there. Sample configuration for Wic images is provided in
3454:oe_git:`scripts/lib/wic/canned-wks/efi-uki-bootdisk.wks.in 3454:oe_git:`scripts/lib/wic/canned-wks/efi-uki-bootdisk.wks.in
3455<openembedded-core/tree/scripts/lib/wic/canned-wks/efi-uki-bootdisk.wks.in>`. 3455</openembedded-core/tree/scripts/lib/wic/canned-wks/efi-uki-bootdisk.wks.in>`.
3456UKIs are generated using ``systemd`` reference implementation `ukify 3456UKIs are generated using ``systemd`` reference implementation `ukify
3457<https://www.freedesktop.org/software/systemd/man/latest/ukify.html>`__. 3457<https://www.freedesktop.org/software/systemd/man/latest/ukify.html>`__.
3458This class uses a number of variables but tries to find sensible defaults for 3458This class uses a number of variables but tries to find sensible defaults for
@@ -3462,7 +3462,7 @@ The variables used by this class are:
3462 3462
3463- :term:`EFI_ARCH`: architecture name within EFI standard, set in 3463- :term:`EFI_ARCH`: architecture name within EFI standard, set in
3464 :oe_git:`meta/conf/image-uefi.conf 3464 :oe_git:`meta/conf/image-uefi.conf
3465 <openembedded-core/tree/meta/conf/image-uefi.conf>` 3465 </openembedded-core/tree/meta/conf/image-uefi.conf>`
3466- :term:`IMAGE_EFI_BOOT_FILES`: files to install to EFI boot partition 3466- :term:`IMAGE_EFI_BOOT_FILES`: files to install to EFI boot partition
3467 created by the ``bootimg-efi`` Wic plugin 3467 created by the ``bootimg-efi`` Wic plugin
3468- :term:`INITRAMFS_IMAGE`: initramfs recipe name 3468- :term:`INITRAMFS_IMAGE`: initramfs recipe name
@@ -3481,9 +3481,9 @@ The variables used by this class are:
3481 3481
3482For examples on how to use this class see oeqa selftest 3482For examples on how to use this class see oeqa selftest
3483:oe_git:`meta/lib/oeqa/selftest/cases/uki.py 3483:oe_git:`meta/lib/oeqa/selftest/cases/uki.py
3484<openembedded-core/tree/meta/lib/oeqa/selftest/cases/uki.py>`. 3484</openembedded-core/tree/meta/lib/oeqa/selftest/cases/uki.py>`.
3485Also an oeqa runtime test :oe_git:`meta/lib/oeqa/runtime/cases/uki.py 3485Also an oeqa runtime test :oe_git:`meta/lib/oeqa/runtime/cases/uki.py
3486<openembedded-core/tree/meta/lib/oeqa/runtime/cases/uki.py>` is provided which 3486</openembedded-core/tree/meta/lib/oeqa/runtime/cases/uki.py>` is provided which
3487verifies that the target system booted the same UKI binary as was set at 3487verifies that the target system booted the same UKI binary as was set at
3488buildtime via :term:`UKI_FILENAME`. 3488buildtime via :term:`UKI_FILENAME`.
3489 3489