summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-09-25 14:45:12 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-09-30 21:37:42 +0100
commit1fd575f17aeaea9ba86cc8097ec34481daad6cc2 (patch)
treeb3741412ec9ece3163e2d6df087c4542f2c6cae4 /documentation/ref-manual
parent609c216b601969857e23d75a709945bd29fe9594 (diff)
downloadast2050-yocto-poky-1fd575f17aeaea9ba86cc8097ec34481daad6cc2.zip
ast2050-yocto-poky-1fd575f17aeaea9ba86cc8097ec34481daad6cc2.tar.gz
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 <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/ref-variables.xml18
1 files changed, 10 insertions, 8 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index a07cada..5ff05c8 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -3260,17 +3260,19 @@
<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
+ 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
<link linkend='var-DEPLOY_DIR_IMAGE'><filename>DEPLOY_DIR_IMAGE</filename></link>.
- Examples:
+ Here are two examples:
<literallayout class="monospaced">
- 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}"
</literallayout></para>
</glossdef>
</glossentry>
OpenPOWER on IntegriCloud