ref-manual: Added variable description for IMAGE_POSTPROCESS_COMMAND.

(From yocto-docs rev: 2bbb5c84fd4def09d14b908614598c9e40c8f2c4)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2013-09-13 10:34:45 -07:00 committed by Richard Purdie
parent 718fac69ed
commit b1d7cfa5ee
1 changed files with 14 additions and 0 deletions

View File

@ -1979,6 +1979,20 @@ Core layer for images cannot be removed
</glossdef>
</glossentry>
<glossentry id='var-IMAGE_POSTPROCESS_COMMAND'><glossterm>IMAGE_POSTPROCESS_COMMAND</glossterm>
<glossdef>
<para>
Added by classes to run post processing commands once the
OpenEmbedded build system has created the image.
You can specify shell commands and, if necessary, the path
to the root filesystem image:
<literallayout class='monospaced'>
ROOTFS_POSTPROCESS_COMMAND += "${IMAGE_ROOTFS}&lt;shell_command&gt;; ... "
</literallayout>
</para>
</glossdef>
</glossentry>
<glossentry id='var-IMAGE_ROOTFS'><glossterm>IMAGE_ROOTFS</glossterm>
<glossdef>
<para>