1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 13:29:49 +00:00

wic/bootimg-efi: Update docs for IMAGE_BOOT_FILES support in bootimg-efi

List of files defined using IMAGE_BOOT_FILES are installed into
the boot partition when preparing an image using the wic tool with
the bootimg-efi source plugin.

The corresponding code in bootimg-efi.py is updated to add this feature,
the documentation is updated to reflect the change.

Change-Id: I0d3ea8831440f4255e9d9bcf9f965c8b14331037
(From yocto-docs rev: 41ef4c9cb9882369f02826b6c096014a4d90ee67)

Signed-off-by: Khasim Syed Mohammed <khasim.mohammed@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khasim Mohammed
2020-07-23 15:22:09 +05:30
committed by Richard Purdie
parent 4cc76db0a0
commit cacfbbdada
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2158,7 +2158,7 @@
<ulink url='&YOCTO_DOCS_REF_URL;#var-IMAGE_BOOT_FILES'><filename>IMAGE_BOOT_FILES</filename></ulink>: <ulink url='&YOCTO_DOCS_REF_URL;#var-IMAGE_BOOT_FILES'><filename>IMAGE_BOOT_FILES</filename></ulink>:
Files installed into the device's boot partition Files installed into the device's boot partition
when preparing the image using the Wic tool when preparing the image using the Wic tool
with the <filename>bootimg-partition</filename> with the <filename>bootimg-partition</filename> or <filename>bootimg-efi</filename>
source plugin. source plugin.
</para></listitem> </para></listitem>
</itemizedlist> </itemizedlist>
+1 -1
View File
@@ -5703,7 +5703,7 @@
<para role="glossdeffirst"> <para role="glossdeffirst">
A space-separated list of files installed into the A space-separated list of files installed into the
boot partition when preparing an image using the Wic tool boot partition when preparing an image using the Wic tool
with the <filename>bootimg-partition</filename> source with the <filename>bootimg-partition</filename> or <filename>bootimg-efi</filename> source
plugin. plugin.
By default, the files are installed under the same name as By default, the files are installed under the same name as
the source files. the source files.