diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-07-29 11:56:49 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-08 23:41:10 +0100 |
commit | 1887b330c3a04723472a43497d58201b27b86f05 (patch) | |
tree | 6a12321dceaff7d9b9910b7de469c41daa4673c1 /documentation/ref-manual/classes.rst | |
parent | 7dc3a0be6f70a3f6549e5bd279cd5521a8f3636b (diff) | |
download | poky-1887b330c3a04723472a43497d58201b27b86f05.tar.gz |
docs-wide: update wic source plugin names
WIC plugins were renamed after commit 2de444fc3ef4 ("wic: plugins source
bootimage/isoimage rename to allow be imported") in OE-Core. They no
longer contain dashes, but underscores.
(From yocto-docs rev: 7224d7733e9e0f423475e1b9c5b48aff0de1f744)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r-- | documentation/ref-manual/classes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index d12b1c56bd..662121ed9c 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -3265,7 +3265,7 @@ The variables used by this class are: | |||
3265 | :oe_git:`meta/conf/image-uefi.conf | 3265 | :oe_git:`meta/conf/image-uefi.conf |
3266 | </openembedded-core/tree/meta/conf/image-uefi.conf>` | 3266 | </openembedded-core/tree/meta/conf/image-uefi.conf>` |
3267 | - :term:`IMAGE_EFI_BOOT_FILES`: files to install to EFI boot partition | 3267 | - :term:`IMAGE_EFI_BOOT_FILES`: files to install to EFI boot partition |
3268 | created by the ``bootimg-efi`` Wic plugin | 3268 | created by the ``bootimg_efi`` Wic plugin |
3269 | - :term:`INITRAMFS_IMAGE`: initramfs recipe name | 3269 | - :term:`INITRAMFS_IMAGE`: initramfs recipe name |
3270 | - :term:`KERNEL_DEVICETREE`: optional devicetree files to embed into UKI | 3270 | - :term:`KERNEL_DEVICETREE`: optional devicetree files to embed into UKI |
3271 | - :term:`UKIFY_CMD`: `ukify | 3271 | - :term:`UKIFY_CMD`: `ukify |