diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-03-26 09:35:30 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-24 17:17:41 +0100 |
commit | cf705753a85c781d3cc1f70ce5ff7210580430e7 (patch) | |
tree | 8ae10ef0f268db1c47ffee4c4139077f8f1bcc1b /documentation/ref-manual/ref-variables.xml | |
parent | 46fa0a90a7a2210c63ba48cce58b5401672e6811 (diff) | |
download | poky-cf705753a85c781d3cc1f70ce5ff7210580430e7.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/ref-variables.xml')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 6 |
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" |