summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
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>