summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-03-26 09:35:30 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-24 17:16:04 +0100
commit85976e1d32103e4d785343dccfd0c6959b7e736e (patch)
treee671d3792d5ae5c82d088ce1a8599bd381d247b5 /documentation/ref-manual
parentb98b5b25f974463a70046948875733f2fbc5fa05 (diff)
downloadpoky-85976e1d32103e4d785343dccfd0c6959b7e736e.tar.gz
ref-manual: Updated EXTRA_IMAGECMD variable.
Added minor edits to clarify that we are talking about an image type. (From yocto-docs rev: 14c906aa539d127c88d71d7fb3e628fc225cbd52) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/ref-variables.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 3e68350335..e5c365053b 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -4462,7 +4462,7 @@
4462 4462
4463 <glossentry id='var-EXTRA_IMAGECMD'><glossterm>EXTRA_IMAGECMD</glossterm> 4463 <glossentry id='var-EXTRA_IMAGECMD'><glossterm>EXTRA_IMAGECMD</glossterm>
4464 <info> 4464 <info>
4465 EXTRA_IMAGECMD[doc] = "Specifies additional options for the image creation command that has been specified in IMAGE_CMD. When setting this variable, you should use an override for the associated type." 4465 EXTRA_IMAGECMD[doc] = "Specifies additional options for the image creation command that has been specified in IMAGE_CMD. When setting this variable, you should use an override for the associated image type."
4466 </info> 4466 </info>
4467 <glossdef> 4467 <glossdef>
4468 <para role="glossdeffirst"> 4468 <para role="glossdeffirst">
@@ -4470,8 +4470,8 @@
4470 Specifies additional options for the image 4470 Specifies additional options for the image
4471 creation command that has been specified in 4471 creation command that has been specified in
4472 <link linkend='var-IMAGE_CMD'><filename>IMAGE_CMD</filename></link>. 4472 <link linkend='var-IMAGE_CMD'><filename>IMAGE_CMD</filename></link>.
4473 When setting this variable, you should 4473 When setting this variable, use an override for the
4474 use an override for the associated type. 4474 associated image type.
4475 Here is an example: 4475 Here is an example:
4476 <literallayout class='monospaced'> 4476 <literallayout class='monospaced'>
4477 EXTRA_IMAGECMD_ext3 ?= "-i 4096" 4477 EXTRA_IMAGECMD_ext3 ?= "-i 4096"