From 1fd575f17aeaea9ba86cc8097ec34481daad6cc2 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 25 Sep 2014 14:45:12 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'documentation/ref-manual/ref-variables.xml') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index a07cada8e8..5ff05c8e7e 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -3260,17 +3260,19 @@ IMAGE_BOOT_FILES - Comma separated list of files that will be installed into - boot partition when preparing an image. Source files By default the file - is installed under the same name as source file. To change - the destination name, separate it with ";". Source files - need to be located in + A comma-separated list of files installed into the + boot partition when preparing an image. + By default, the files are installed under the same name as + the source files. + To change the installed name, separate it from the + original name with a semi-colon (;). + Source files need to be located in DEPLOY_DIR_IMAGE. - Examples: + Here are two examples: - IMAGE_BOOT_FILES = "u-boot.img uImage:kernel" - IMAGE_BOOT_FILES = "u-boot.${UBOOT_SUFFIX} ${KERNEL_IMAGETYPE}"" + IMAGE_BOOT_FILES = "u-boot.img uImage;kernel" + IMAGE_BOOT_FILES = "u-boot.${UBOOT_SUFFIX} ${KERNEL_IMAGETYPE}" -- cgit v1.2.3-54-g00ecf