From 5cdf8a6363e834b5767d412b6301bb7369a5368d Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 17 Sep 2013 07:18:37 -0700 Subject: [PATCH] ref-manual: Updated *_POSTPROCESS_COMMAND variables 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 6 ++---- 1 file 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 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: IMAGE_POSTPROCESS_COMMAND += "<shell_command>; ... " @@ -4176,8 +4175,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" 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: ROOTFS_POSTPROCESS_COMMAND += "<shell_command>; ... "