summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorMaciej Borzecki <maciej.borzecki@open-rnd.pl>2014-09-22 13:35:17 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-09-23 21:41:55 +0100
commit88f76f8f4eb3aab21c3ac71e79c3a6e057e1592d (patch)
treec4843336e12ca54a58eeeb0f78f3901dd9a28da4 /documentation
parent4995908b971158f1c424e6fb451742e03a790124 (diff)
downloadast2050-yocto-poky-88f76f8f4eb3aab21c3ac71e79c3a6e057e1592d.zip
ast2050-yocto-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.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 0eb5d98..a07cada 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -3257,6 +3257,24 @@
</glossdef>
</glossentry>
+ <glossentry id='var-IMAGE_BOOT_FILES'><glossterm>IMAGE_BOOT_FILES</glossterm>
+ <glossdef>
+ <para>
+ 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 &quot;;&quot;. Source files
+ need to be located in
+ <link linkend='var-DEPLOY_DIR_IMAGE'><filename>DEPLOY_DIR_IMAGE</filename></link>.
+ Examples:
+
+ <literallayout class="monospaced">
+ IMAGE_BOOT_FILES = "u-boot.img uImage:kernel"
+ IMAGE_BOOT_FILES = "u-boot.${UBOOT_SUFFIX} ${KERNEL_IMAGETYPE}""
+ </literallayout></para>
+ </glossdef>
+ </glossentry>
+
<glossentry id='var-IMAGE_CLASSES'><glossterm>IMAGE_CLASSES</glossterm>
<glossdef>
<para>
OpenPOWER on IntegriCloud