From b1d7cfa5ee642c7b61df0a3ddf5a21986d03bad1 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 13 Sep 2013 10:34:45 -0700 Subject: [PATCH] ref-manual: Added variable description for IMAGE_POSTPROCESS_COMMAND. (From yocto-docs rev: 2bbb5c84fd4def09d14b908614598c9e40c8f2c4) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 8c3bbaa569..7025041f23 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