From: Scott Rifenbark Date: Mon, 16 Sep 2013 17:16:53 +0000 (-0700) Subject: ref-manual: Updated the IMAGE_POSTPROCESS_COMMAND variable description. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=44cc19d2edda5e692e7a9057a123d2ef04bfaede;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: Updated the IMAGE_POSTPROCESS_COMMAND variable description. Fixes [YOCTO #2808] Applied review comments from Paul. (From yocto-docs rev: bfc873d4be57c1158b72fb9ee7564f8895175a0b) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index a5d5ea2ab9c..34083ac1baf 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -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: - ROOTFS_POSTPROCESS_COMMAND += "${IMAGE_ROOTFS}<shell_command>; ... " + IMAGE_POSTPROCESS_COMMAND += "<shell_command>; ... " + If you need to pass the path to the root filesystem within + the command, you can use + ${IMAGE_ROOTFS}, which points to + the root filesystem image.