ref-manual: Updated the ROOTFS_POSTPROCESS_COMMAND variable description.

Fixes [YOCTO #2808]

Review comments from Paul.

(From yocto-docs rev: d8ab45eb0533ccbcc9ec34105b5fe4163122bc4a)

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:11:28 -07:00 committed by Richard Purdie
parent 7b0c340926
commit 597aceb920
1 changed files with 47 additions and 43 deletions

View File

@ -4174,8 +4174,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
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;; ... "
ROOTFS_POSTPROCESS_COMMAND += "&lt;shell_command&gt;; ... "
</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>
</glossdef>
</glossentry>