summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/ref-variables.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index b1ff418c13..2ba4882d8f 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -1984,8 +1984,7 @@ Core layer for images cannot be removed
1984 <para> 1984 <para>
1985 Added by classes to run post processing commands once the 1985 Added by classes to run post processing commands once the
1986 OpenEmbedded build system has created the image. 1986 OpenEmbedded build system has created the image.
1987 You can specify shell commands and, if necessary, the path 1987 You can specify shell commands separated by semicolons:
1988 to the root filesystem image:
1989 <literallayout class='monospaced'> 1988 <literallayout class='monospaced'>
1990 IMAGE_POSTPROCESS_COMMAND += "&lt;shell_command&gt;; ... " 1989 IMAGE_POSTPROCESS_COMMAND += "&lt;shell_command&gt;; ... "
1991 </literallayout> 1990 </literallayout>
@@ -4176,8 +4175,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4176 <para> 4175 <para>
4177 Added by classes to run post processing commands once the 4176 Added by classes to run post processing commands once the
4178 OpenEmbedded build system has created the root filesystem. 4177 OpenEmbedded build system has created the root filesystem.
4179 You can specify shell commands and, if necessary, the path 4178 You can specify shell commands separated by semicolons:
4180 to the root filesystem image:
4181 <literallayout class='monospaced'> 4179 <literallayout class='monospaced'>
4182 ROOTFS_POSTPROCESS_COMMAND += "&lt;shell_command&gt;; ... " 4180 ROOTFS_POSTPROCESS_COMMAND += "&lt;shell_command&gt;; ... "
4183 </literallayout> 4181 </literallayout>