diff options
author | Maciej Borzecki <maciej.borzecki@open-rnd.pl> | 2014-09-22 13:35:17 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-23 21:41:55 +0100 |
commit | 88f76f8f4eb3aab21c3ac71e79c3a6e057e1592d (patch) | |
tree | c4843336e12ca54a58eeeb0f78f3901dd9a28da4 /documentation | |
parent | 4995908b971158f1c424e6fb451742e03a790124 (diff) | |
download | poky-88f76f8f4eb3aab21c3ac71e79c3a6e057e1592d.tar.gz |
ref-manual: document IMAGE_BOOT_FILES
Document IMAGE_BOOT_FILES variable.
(From yocto-docs rev: f0b5cbcde4b83911780ab525f279dcb527fb1839)
Signed-off-by: Maciej Borzecki <maciej.borzecki@open-rnd.pl>
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 18 |
1 files changed, 18 insertions, 0 deletions
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 @@ | |||
3257 | </glossdef> | 3257 | </glossdef> |
3258 | </glossentry> | 3258 | </glossentry> |
3259 | 3259 | ||
3260 | <glossentry id='var-IMAGE_BOOT_FILES'><glossterm>IMAGE_BOOT_FILES</glossterm> | ||
3261 | <glossdef> | ||
3262 | <para> | ||
3263 | Comma separated list of files that will be installed into | ||
3264 | boot partition when preparing an image. Source files By default the file | ||
3265 | is installed under the same name as source file. To change | ||
3266 | the destination name, separate it with ";". Source files | ||
3267 | need to be located in | ||
3268 | <link linkend='var-DEPLOY_DIR_IMAGE'><filename>DEPLOY_DIR_IMAGE</filename></link>. | ||
3269 | Examples: | ||
3270 | |||
3271 | <literallayout class="monospaced"> | ||
3272 | IMAGE_BOOT_FILES = "u-boot.img uImage:kernel" | ||
3273 | IMAGE_BOOT_FILES = "u-boot.${UBOOT_SUFFIX} ${KERNEL_IMAGETYPE}"" | ||
3274 | </literallayout></para> | ||
3275 | </glossdef> | ||
3276 | </glossentry> | ||
3277 | |||
3260 | <glossentry id='var-IMAGE_CLASSES'><glossterm>IMAGE_CLASSES</glossterm> | 3278 | <glossentry id='var-IMAGE_CLASSES'><glossterm>IMAGE_CLASSES</glossterm> |
3261 | <glossdef> | 3279 | <glossdef> |
3262 | <para> | 3280 | <para> |