From 718fac69ed707ea1cbd6f763e50df0abccf78c48 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 13 Sep 2013 10:33:06 -0700 Subject: [PATCH] ref-manual: Added variable description for ROOTFS_POSTPROCESS_COMMAND. (From yocto-docs rev: ad003d9f28d50ce66dc717f7a67710c868a3b892) 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 ffc40c98ae..8c3bbaa569 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