From: Scott Rifenbark Date: Fri, 13 Sep 2013 17:34:45 +0000 (-0700) Subject: ref-manual: Added variable description for IMAGE_POSTPROCESS_COMMAND. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b1d7cfa5ee642c7b61df0a3ddf5a21986d03bad1;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: Added variable description for IMAGE_POSTPROCESS_COMMAND. (From yocto-docs rev: 2bbb5c84fd4def09d14b908614598c9e40c8f2c4) 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 8c3bbaa5690..7025041f232 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -1979,6 +1979,20 @@ Core layer for images cannot be removed + IMAGE_POSTPROCESS_COMMAND + + + 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: + + ROOTFS_POSTPROCESS_COMMAND += "${IMAGE_ROOTFS}<shell_command>; ... " + + + + + IMAGE_ROOTFS