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 | |
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')
-rw-r--r-- | documentation/ref-manual/classes.rst | 2 | ||||
-rw-r--r-- | documentation/ref-manual/variables.rst | 4 |
2 files changed, 3 insertions, 3 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 |
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 3369bf67f7..cefbfd096a 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -3839,7 +3839,7 @@ system and gives an overview of their function and contents. | |||
3839 | :term:`IMAGE_BOOT_FILES` | 3839 | :term:`IMAGE_BOOT_FILES` |
3840 | A space-separated list of files installed into the boot partition | 3840 | A space-separated list of files installed into the boot partition |
3841 | when preparing an image using the Wic tool with the | 3841 | when preparing an image using the Wic tool with the |
3842 | ``bootimg-partition`` source plugin. By default, | 3842 | ``bootimg_partition`` source plugin. By default, |
3843 | the files are | 3843 | the files are |
3844 | installed under the same name as the source files. To change the | 3844 | installed under the same name as the source files. To change the |
3845 | installed name, separate it from the original name with a semi-colon | 3845 | installed name, separate it from the original name with a semi-colon |
@@ -3917,7 +3917,7 @@ system and gives an overview of their function and contents. | |||
3917 | :term:`IMAGE_EFI_BOOT_FILES` | 3917 | :term:`IMAGE_EFI_BOOT_FILES` |
3918 | A space-separated list of files installed into the boot partition | 3918 | A space-separated list of files installed into the boot partition |
3919 | when preparing an image using the Wic tool with the | 3919 | when preparing an image using the Wic tool with the |
3920 | ``bootimg-efi`` source plugin. By default, | 3920 | ``bootimg_efi`` source plugin. By default, |
3921 | the files are | 3921 | the files are |
3922 | installed under the same name as the source files. To change the | 3922 | installed under the same name as the source files. To change the |
3923 | installed name, separate it from the original name with a semi-colon | 3923 | installed name, separate it from the original name with a semi-colon |