From: Scott Rifenbark Date: Fri, 13 Sep 2013 17:33:06 +0000 (-0700) Subject: ref-manual: Added variable description for ROOTFS_POSTPROCESS_COMMAND. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=718fac69ed707ea1cbd6f763e50df0abccf78c48;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: Added variable description for ROOTFS_POSTPROCESS_COMMAND. (From yocto-docs rev: ad003d9f28d50ce66dc717f7a67710c868a3b892) 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 ffc40c98ae6..8c3bbaa5690 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -4152,6 +4152,20 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" + ROOTFS_POSTPROCESS_COMMAND + + + 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: + + ROOTFS_POSTPROCESS_COMMAND += "${IMAGE_ROOTFS}<shell_command>; ... " + + + + + RPROVIDES