diff options
author | Leonard Anderweit <l.anderweit@phytec.de> | 2025-04-15 15:20:54 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-05-19 08:57:20 -0700 |
commit | 6ca9eeea7f8c2ecf7a240292da917e66aad5dc09 (patch) | |
tree | cd1cea14ad8ec2e6466e30c9d622f482936ee1e5 /documentation/ref-manual | |
parent | d92d8894a4efe860834a83924ac58ad0376c5a2d (diff) | |
download | poky-6ca9eeea7f8c2ecf7a240292da917e66aad5dc09.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: 20447dbf40b07f6b7493dee0b4c4082376d96796)
Signed-off-by: Leonard Anderweit <l.anderweit@phytec.de>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit cc5daf15f5999bc217f8729e259ae720736beaaa)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/classes.rst | 8 |
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 | |||
3452 | should create an ESP partition for UEFI firmware and copy ``systemd-boot`` and | 3452 | should create an ESP partition for UEFI firmware and copy ``systemd-boot`` and |
3453 | UKI files there. Sample configuration for Wic images is provided in | 3453 | UKI 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>`. |
3456 | UKIs are generated using ``systemd`` reference implementation `ukify | 3456 | UKIs 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>`__. |
3458 | This class uses a number of variables but tries to find sensible defaults for | 3458 | 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: | |||
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 | ||
3482 | For examples on how to use this class see oeqa selftest | 3482 | For 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>`. |
3485 | Also an oeqa runtime test :oe_git:`meta/lib/oeqa/runtime/cases/uki.py | 3485 | Also 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 |
3487 | verifies that the target system booted the same UKI binary as was set at | 3487 | verifies that the target system booted the same UKI binary as was set at |
3488 | buildtime via :term:`UKI_FILENAME`. | 3488 | buildtime via :term:`UKI_FILENAME`. |
3489 | 3489 | ||