]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ref-manual: Updated *_POSTPROCESS_COMMAND variables
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Tue, 17 Sep 2013 14:18:37 +0000 (07:18 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 22 Sep 2013 11:20:47 +0000 (12:20 +0100)
Fixes [YOCTO #2808]

Applied some review comments to the ROOTFS_POSTPROCESS_COMMAND
and IMAGE_POSTPROCESS_COMMAND variable descriptions in the
glossary.  Review comments from Paul Eggleton.

(From yocto-docs rev: 9a9a0e04261d2f2e470e49b89bb9e2c6bc56d736)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/ref-manual/ref-variables.xml

index b1ff418c13fb1da7a44ffee2d20beb165e549967..2ba4882d8f2b25eb546e18eb6646e7abdb299235 100644 (file)
@@ -1984,8 +1984,7 @@ Core layer for images cannot be removed
                 <para>
                     Added by classes to run post processing commands once the
                     OpenEmbedded build system has created the image.
-                    You can specify shell commands and, if necessary, the path
-                    to the root filesystem image:
+                    You can specify shell commands separated by semicolons:
                     <literallayout class='monospaced'>
      IMAGE_POSTPROCESS_COMMAND += "&lt;shell_command&gt;; ... "
                     </literallayout>
@@ -4176,8 +4175,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
                 <para>
                     Added by classes to run post processing commands once the
                     OpenEmbedded build system has created the root filesystem.
-                    You can specify shell commands and, if necessary, the path
-                    to the root filesystem image:
+                    You can specify shell commands separated by semicolons:
                     <literallayout class='monospaced'>
      ROOTFS_POSTPROCESS_COMMAND += "&lt;shell_command&gt;; ... "
                     </literallayout>