diff options
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 |