From 44cc19d2edda5e692e7a9057a123d2ef04bfaede Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 16 Sep 2013 10:16:53 -0700 Subject: [PATCH] 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 --- documentation/ref-manual/ref-variables.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index a5d5ea2ab9..34083ac1ba 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.