diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-09-16 10:16:53 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-22 12:20:45 +0100 |
commit | 44cc19d2edda5e692e7a9057a123d2ef04bfaede (patch) | |
tree | 20891946ff4e99f52facdb01cd2262e979ce23d6 /documentation | |
parent | 597aceb920af7afa67eaf63260d93d770862b310 (diff) | |
download | poky-44cc19d2edda5e692e7a9057a123d2ef04bfaede.tar.gz |
ref-manual: Updated the IMAGE_POSTPROCESS_COMMAND variable description.
Fixes [YOCTO #2808]
Applied review comments from Paul.
(From yocto-docs rev: bfc873d4be57c1158b72fb9ee7564f8895175a0b)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index a5d5ea2ab9..34083ac1ba 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -1987,8 +1987,12 @@ Core layer for images cannot be removed | |||
1987 | You can specify shell commands and, if necessary, the path | 1987 | You can specify shell commands and, if necessary, the path |
1988 | to the root filesystem image: | 1988 | to the root filesystem image: |
1989 | <literallayout class='monospaced'> | 1989 | <literallayout class='monospaced'> |
1990 | ROOTFS_POSTPROCESS_COMMAND += "${IMAGE_ROOTFS}<shell_command>; ... " | 1990 | IMAGE_POSTPROCESS_COMMAND += "<shell_command>; ... " |
1991 | </literallayout> | 1991 | </literallayout> |
1992 | If you need to pass the path to the root filesystem within | ||
1993 | the command, you can use | ||
1994 | <filename>${IMAGE_ROOTFS}</filename>, which points to | ||
1995 | the root filesystem image. | ||
1992 | </para> | 1996 | </para> |
1993 | </glossdef> | 1997 | </glossdef> |
1994 | </glossentry> | 1998 | </glossentry> |