summaryrefslogtreecommitdiffstats
path: root/documentation
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
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')
-rw-r--r--documentation/bsp-guide/bsp.xml2
-rw-r--r--documentation/ref-manual/ref-variables.xml2
2 files changed, 2 insertions, 2 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>
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 9fe744aff5..8cc7ef8fc9 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -5703,7 +5703,7 @@
5703 <para role="glossdeffirst"> 5703 <para role="glossdeffirst">
5704 A space-separated list of files installed into the 5704 A space-separated list of files installed into the
5705 boot partition when preparing an image using the Wic tool 5705 boot partition when preparing an image using the Wic tool
5706 with the <filename>bootimg-partition</filename> source 5706 with the <filename>bootimg-partition</filename> or <filename>bootimg-efi</filename> source
5707 plugin. 5707 plugin.
5708 By default, the files are installed under the same name as 5708 By default, the files are installed under the same name as
5709 the source files. 5709 the source files.