diff options
author | Khasim Mohammed <khasim.mohammed@arm.com> | 2020-07-23 15:22:09 +0530 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-07-28 12:40:27 +0100 |
commit | cacfbbdada818b008aac0f3889da57977d6ecd59 (patch) | |
tree | 90e7f0e755e383071a0ff10d170a7c74cae148a0 /documentation/ref-manual/ref-variables.xml | |
parent | 4cc76db0a08690cbc0d0fd8f429707b5ac645580 (diff) | |
download | poky-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/ref-manual/ref-variables.xml')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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. |