summaryrefslogtreecommitdiffstats
path: root/documentation/bsp-guide
diff options
context:
space:
mode:
authorKhasim Mohammed <khasim.mohammed@arm.com>2020-07-23 15:22:09 +0530
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-07-28 12:40:27 +0100
commitcacfbbdada818b008aac0f3889da57977d6ecd59 (patch)
tree90e7f0e755e383071a0ff10d170a7c74cae148a0 /documentation/bsp-guide
parent4cc76db0a08690cbc0d0fd8f429707b5ac645580 (diff)
downloadpoky-cacfbbdada818b008aac0f3889da57977d6ecd59.tar.gz
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>
Diffstat (limited to 'documentation/bsp-guide')
-rw-r--r--documentation/bsp-guide/bsp.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml
index 72a077e806..f5c3f31faf 100644
--- a/documentation/bsp-guide/bsp.xml
+++ b/documentation/bsp-guide/bsp.xml
@@ -2158,7 +2158,7 @@
2158 <ulink url='&YOCTO_DOCS_REF_URL;#var-IMAGE_BOOT_FILES'><filename>IMAGE_BOOT_FILES</filename></ulink>: 2158 <ulink url='&YOCTO_DOCS_REF_URL;#var-IMAGE_BOOT_FILES'><filename>IMAGE_BOOT_FILES</filename></ulink>:
2159 Files installed into the device's boot partition 2159 Files installed into the device's boot partition
2160 when preparing the image using the Wic tool 2160 when preparing the image using the Wic tool
2161 with the <filename>bootimg-partition</filename> 2161 with the <filename>bootimg-partition</filename> or <filename>bootimg-efi</filename>
2162 source plugin. 2162 source plugin.
2163 </para></listitem> 2163 </para></listitem>
2164 </itemizedlist> 2164 </itemizedlist>