From 88f76f8f4eb3aab21c3ac71e79c3a6e057e1592d Mon Sep 17 00:00:00 2001 From: Maciej Borzecki Date: Mon, 22 Sep 2014 13:35:17 +0200 Subject: ref-manual: document IMAGE_BOOT_FILES Document IMAGE_BOOT_FILES variable. (From yocto-docs rev: f0b5cbcde4b83911780ab525f279dcb527fb1839) Signed-off-by: Maciej Borzecki Signed-off-by: Maciek Borzecki Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (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 0eb5d98c58..a07cada8e8 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -3257,6 +3257,24 @@ + 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 + DEPLOY_DIR_IMAGE. + Examples: + + + IMAGE_BOOT_FILES = "u-boot.img uImage:kernel" + IMAGE_BOOT_FILES = "u-boot.${UBOOT_SUFFIX} ${KERNEL_IMAGETYPE}"" + + + + IMAGE_CLASSES -- cgit v1.2.3-54-g00ecf