summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-09-13 10:33:06 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-22 12:20:43 +0100
commit718fac69ed707ea1cbd6f763e50df0abccf78c48 (patch)
tree53fa488170a8510fabd7656169aaceecd98eb940 /documentation
parentdc09cfecf2e23b6eb15d7054a037f82941684359 (diff)
downloadpoky-718fac69ed707ea1cbd6f763e50df0abccf78c48.tar.gz
ref-manual: Added variable description for ROOTFS_POSTPROCESS_COMMAND.
(From yocto-docs rev: ad003d9f28d50ce66dc717f7a67710c868a3b892) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index ffc40c98ae..8c3bbaa569 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -4152,6 +4152,20 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4152 </glossdef> 4152 </glossdef>
4153 </glossentry> 4153 </glossentry>
4154 4154
4155 <glossentry id='var-ROOTFS_POSTPROCESS_COMMAND'><glossterm>ROOTFS_POSTPROCESS_COMMAND</glossterm>
4156 <glossdef>
4157 <para>
4158 Added by classes to run post processing commands once the
4159 OpenEmbedded build system has created the root filesystem.
4160 You can specify shell commands and, if necessary, the path
4161 to the root filesystem image:
4162 <literallayout class='monospaced'>
4163 ROOTFS_POSTPROCESS_COMMAND += "${IMAGE_ROOTFS}&lt;shell_command&gt;; ... "
4164 </literallayout>
4165 </para>
4166 </glossdef>
4167 </glossentry>
4168
4155 <glossentry id='var-RPROVIDES'><glossterm>RPROVIDES</glossterm> 4169 <glossentry id='var-RPROVIDES'><glossterm>RPROVIDES</glossterm>
4156 <glossdef> 4170 <glossdef>
4157 <para> 4171 <para>