diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-09-13 10:34:45 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-22 12:20:43 +0100 |
commit | b1d7cfa5ee642c7b61df0a3ddf5a21986d03bad1 (patch) | |
tree | 3a054a1930121883c3d088fc98fb6f923eddb43b /documentation/ref-manual/ref-variables.xml | |
parent | 718fac69ed707ea1cbd6f763e50df0abccf78c48 (diff) | |
download | poky-b1d7cfa5ee642c7b61df0a3ddf5a21986d03bad1.tar.gz |
ref-manual: Added variable description for IMAGE_POSTPROCESS_COMMAND.
(From yocto-docs rev: 2bbb5c84fd4def09d14b908614598c9e40c8f2c4)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 14 |
1 files changed, 14 insertions, 0 deletions
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 | |||
1979 | </glossdef> | 1979 | </glossdef> |
1980 | </glossentry> | 1980 | </glossentry> |
1981 | 1981 | ||
1982 | <glossentry id='var-IMAGE_POSTPROCESS_COMMAND'><glossterm>IMAGE_POSTPROCESS_COMMAND</glossterm> | ||
1983 | <glossdef> | ||
1984 | <para> | ||
1985 | Added by classes to run post processing commands once the | ||
1986 | OpenEmbedded build system has created the image. | ||
1987 | You can specify shell commands and, if necessary, the path | ||
1988 | to the root filesystem image: | ||
1989 | <literallayout class='monospaced'> | ||
1990 | ROOTFS_POSTPROCESS_COMMAND += "${IMAGE_ROOTFS}<shell_command>; ... " | ||
1991 | </literallayout> | ||
1992 | </para> | ||
1993 | </glossdef> | ||
1994 | </glossentry> | ||
1995 | |||
1982 | <glossentry id='var-IMAGE_ROOTFS'><glossterm>IMAGE_ROOTFS</glossterm> | 1996 | <glossentry id='var-IMAGE_ROOTFS'><glossterm>IMAGE_ROOTFS</glossterm> |
1983 | <glossdef> | 1997 | <glossdef> |
1984 | <para> | 1998 | <para> |