diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-09-17 07:18:37 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-22 12:20:47 +0100 |
commit | 5cdf8a6363e834b5767d412b6301bb7369a5368d (patch) | |
tree | 4ff0ccf6d445698ccec5873b6b1e6e76bbb7aa7e | |
parent | 35bd82a78f4d087e3c927c8d44939173d2a2fbba (diff) | |
download | poky-5cdf8a6363e834b5767d412b6301bb7369a5368d.tar.gz |
ref-manual: Updated *_POSTPROCESS_COMMAND variables
Fixes [YOCTO #2808]
Applied some review comments to the ROOTFS_POSTPROCESS_COMMAND
and IMAGE_POSTPROCESS_COMMAND variable descriptions in the
glossary. Review comments from Paul Eggleton.
(From yocto-docs rev: 9a9a0e04261d2f2e470e49b89bb9e2c6bc56d736)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index b1ff418c13..2ba4882d8f 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -1984,8 +1984,7 @@ Core layer for images cannot be removed | |||
1984 | <para> | 1984 | <para> |
1985 | Added by classes to run post processing commands once the | 1985 | Added by classes to run post processing commands once the |
1986 | OpenEmbedded build system has created the image. | 1986 | OpenEmbedded build system has created the image. |
1987 | You can specify shell commands and, if necessary, the path | 1987 | You can specify shell commands separated by semicolons: |
1988 | to the root filesystem image: | ||
1989 | <literallayout class='monospaced'> | 1988 | <literallayout class='monospaced'> |
1990 | IMAGE_POSTPROCESS_COMMAND += "<shell_command>; ... " | 1989 | IMAGE_POSTPROCESS_COMMAND += "<shell_command>; ... " |
1991 | </literallayout> | 1990 | </literallayout> |
@@ -4176,8 +4175,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
4176 | <para> | 4175 | <para> |
4177 | Added by classes to run post processing commands once the | 4176 | Added by classes to run post processing commands once the |
4178 | OpenEmbedded build system has created the root filesystem. | 4177 | OpenEmbedded build system has created the root filesystem. |
4179 | You can specify shell commands and, if necessary, the path | 4178 | You can specify shell commands separated by semicolons: |
4180 | to the root filesystem image: | ||
4181 | <literallayout class='monospaced'> | 4179 | <literallayout class='monospaced'> |
4182 | ROOTFS_POSTPROCESS_COMMAND += "<shell_command>; ... " | 4180 | ROOTFS_POSTPROCESS_COMMAND += "<shell_command>; ... " |
4183 | </literallayout> | 4181 | </literallayout> |