mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
ref-manual: Updated the IMAGE_BOOT_FILES variable description.
Corrected some wording and also the first example. (From yocto-docs rev: d641cdbf697b14d8122b3a018b06eed3437011ad) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
609c216b60
commit
1fd575f17a
@@ -3260,17 +3260,19 @@
|
|||||||
<glossentry id='var-IMAGE_BOOT_FILES'><glossterm>IMAGE_BOOT_FILES</glossterm>
|
<glossentry id='var-IMAGE_BOOT_FILES'><glossterm>IMAGE_BOOT_FILES</glossterm>
|
||||||
<glossdef>
|
<glossdef>
|
||||||
<para>
|
<para>
|
||||||
Comma separated list of files that will be installed into
|
A comma-separated list of files installed into the
|
||||||
boot partition when preparing an image. Source files By default the file
|
boot partition when preparing an image.
|
||||||
is installed under the same name as source file. To change
|
By default, the files are installed under the same name as
|
||||||
the destination name, separate it with ";". Source files
|
the source files.
|
||||||
need to be located in
|
To change the installed name, separate it from the
|
||||||
|
original name with a semi-colon (;).
|
||||||
|
Source files need to be located in
|
||||||
<link linkend='var-DEPLOY_DIR_IMAGE'><filename>DEPLOY_DIR_IMAGE</filename></link>.
|
<link linkend='var-DEPLOY_DIR_IMAGE'><filename>DEPLOY_DIR_IMAGE</filename></link>.
|
||||||
Examples:
|
Here are two examples:
|
||||||
|
|
||||||
<literallayout class="monospaced">
|
<literallayout class="monospaced">
|
||||||
IMAGE_BOOT_FILES = "u-boot.img uImage:kernel"
|
IMAGE_BOOT_FILES = "u-boot.img uImage;kernel"
|
||||||
IMAGE_BOOT_FILES = "u-boot.${UBOOT_SUFFIX} ${KERNEL_IMAGETYPE}""
|
IMAGE_BOOT_FILES = "u-boot.${UBOOT_SUFFIX} ${KERNEL_IMAGETYPE}"
|
||||||
</literallayout></para>
|
</literallayout></para>
|
||||||
</glossdef>
|
</glossdef>
|
||||||
</glossentry>
|
</glossentry>
|
||||||
|
|||||||
Reference in New Issue
Block a user