ref-manual: Updated *_POSTPROCESS_COMMAND variables

Fixes [YOCTO #2808]

Applied some review comments to the ROOTFS_POSTPROCESS_COMMAND
and IMAGE_POSTPROCESS_COMMAND variable descriptions in the
glossary.  Review comments from Paul Eggleton.

(From yocto-docs rev: 9a9a0e04261d2f2e470e49b89bb9e2c6bc56d736)

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-17 07:18:37 -07:00 committed by Richard Purdie
parent 35bd82a78f
commit 5cdf8a6363
1 changed files with 2 additions and 4 deletions

View File

@ -1984,8 +1984,7 @@ Core layer for images cannot be removed
<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:
You can specify shell commands separated by semicolons:
<literallayout class='monospaced'>
IMAGE_POSTPROCESS_COMMAND += "&lt;shell_command&gt;; ... "
</literallayout>
@ -4176,8 +4175,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<para>
Added by classes to run post processing commands once the
OpenEmbedded build system has created the root filesystem.
You can specify shell commands and, if necessary, the path
to the root filesystem image:
You can specify shell commands separated by semicolons:
<literallayout class='monospaced'>
ROOTFS_POSTPROCESS_COMMAND += "&lt;shell_command&gt;; ... "
</literallayout>