]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ref-manual: Updated the IMAGE_POSTPROCESS_COMMAND variable description.
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Mon, 16 Sep 2013 17:16:53 +0000 (10:16 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 22 Sep 2013 11:20:45 +0000 (12:20 +0100)
Fixes [YOCTO #2808]

Applied review comments from Paul.

(From yocto-docs rev: bfc873d4be57c1158b72fb9ee7564f8895175a0b)

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 a5d5ea2ab9c03a8c8333860c89d115f97fca16fc..34083ac1baffa770760bdcb4aa34bafa3173e192 100644 (file)
@@ -1987,8 +1987,12 @@ Core layer for images cannot be removed
                     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;; ... "
+     IMAGE_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>