From 85976e1d32103e4d785343dccfd0c6959b7e736e Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 26 Mar 2018 09:35:30 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation') 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 @@ EXTRA_IMAGECMD - 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." @@ -4470,8 +4470,8 @@ 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. + When setting this variable, use an override for the + associated image type. Here is an example: EXTRA_IMAGECMD_ext3 ?= "-i 4096" -- cgit v1.2.3-54-g00ecf