ref-manual: Updated the IMAGE_POSTPROCESS_COMMAND variable description.

Fixes [YOCTO #2808]

Applied review comments from Paul.

(From yocto-docs rev: bfc873d4be57c1158b72fb9ee7564f8895175a0b)

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-16 10:16:53 -07:00 committed by Richard Purdie
parent 597aceb920
commit 44cc19d2ed
1 changed files with 5 additions and 1 deletions

View File

@ -1987,8 +1987,12 @@ Core layer for images cannot be removed
You can specify shell commands and, if necessary, the path You can specify shell commands and, if necessary, the path
to the root filesystem image: to the root filesystem image:
<literallayout class='monospaced'> <literallayout class='monospaced'>
ROOTFS_POSTPROCESS_COMMAND += "${IMAGE_ROOTFS}&lt;shell_command&gt;; ... " IMAGE_POSTPROCESS_COMMAND += "&lt;shell_command&gt;; ... "
</literallayout> </literallayout>
If you need to pass the path to the root filesystem within
the command, you can use
<filename>${IMAGE_ROOTFS}</filename>, which points to
the root filesystem image.
</para> </para>
</glossdef> </glossdef>
</glossentry> </glossentry>