mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 13:49:49 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
b98b5b25f9
commit
85976e1d32
@@ -4462,7 +4462,7 @@
|
|||||||
|
|
||||||
<glossentry id='var-EXTRA_IMAGECMD'><glossterm>EXTRA_IMAGECMD</glossterm>
|
<glossentry id='var-EXTRA_IMAGECMD'><glossterm>EXTRA_IMAGECMD</glossterm>
|
||||||
<info>
|
<info>
|
||||||
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."
|
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."
|
||||||
</info>
|
</info>
|
||||||
<glossdef>
|
<glossdef>
|
||||||
<para role="glossdeffirst">
|
<para role="glossdeffirst">
|
||||||
@@ -4470,8 +4470,8 @@
|
|||||||
Specifies additional options for the image
|
Specifies additional options for the image
|
||||||
creation command that has been specified in
|
creation command that has been specified in
|
||||||
<link linkend='var-IMAGE_CMD'><filename>IMAGE_CMD</filename></link>.
|
<link linkend='var-IMAGE_CMD'><filename>IMAGE_CMD</filename></link>.
|
||||||
When setting this variable, you should
|
When setting this variable, use an override for the
|
||||||
use an override for the associated type.
|
associated image type.
|
||||||
Here is an example:
|
Here is an example:
|
||||||
<literallayout class='monospaced'>
|
<literallayout class='monospaced'>
|
||||||
EXTRA_IMAGECMD_ext3 ?= "-i 4096"
|
EXTRA_IMAGECMD_ext3 ?= "-i 4096"
|
||||||
|
|||||||
Reference in New Issue
Block a user