summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-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 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 &quot;;&quot;. 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>