diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-05-29 15:15:41 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-30 16:32:18 +0100 |
commit | 1ddf03c1b75660a950c0676911263d4a81785c43 (patch) | |
tree | 5f82b13a327d74af898c45371b5ba669ccf16f01 /documentation/ref-manual | |
parent | e07d2edabdb9707a7515540f0fc993cec19f677e (diff) | |
download | poky-1ddf03c1b75660a950c0676911263d4a81785c43.tar.gz |
ref-manual: Added EXTRA_IMAGECMD variable.
(From yocto-docs rev: cacffe510bf626d0806c323c248fc2cc2fbd11f0)
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.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index bb6d970e32..42a6d3ddc4 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -2344,6 +2344,16 @@ | |||
2344 | </glossdef> | 2344 | </glossdef> |
2345 | </glossentry> | 2345 | </glossentry> |
2346 | 2346 | ||
2347 | <glossentry id='var-EXTRA_IMAGECMD'><glossterm>EXTRA_IMAGECMD</glossterm> | ||
2348 | <glossdef> | ||
2349 | <para> | ||
2350 | Specifies additional options for the image | ||
2351 | creation command that has been specified in | ||
2352 | <link linkend='var-IMAGE_CMD'><filename>IMAGE_CMD</filename></link>. | ||
2353 | </para> | ||
2354 | </glossdef> | ||
2355 | </glossentry> | ||
2356 | |||
2347 | <glossentry id='var-EXTRA_IMAGEDEPENDS'><glossterm>EXTRA_IMAGEDEPENDS</glossterm> | 2357 | <glossentry id='var-EXTRA_IMAGEDEPENDS'><glossterm>EXTRA_IMAGEDEPENDS</glossterm> |
2348 | <glossdef> | 2358 | <glossdef> |
2349 | <para>A list of recipes to build that do not provide packages | 2359 | <para>A list of recipes to build that do not provide packages |