diff options
-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> |