<para>
Added by classes to run post processing commands once the
OpenEmbedded build system has created the image.
- You can specify shell commands and, if necessary, the path
- to the root filesystem image:
+ You can specify shell commands separated by semicolons:
<literallayout class='monospaced'>
IMAGE_POSTPROCESS_COMMAND += "<shell_command>; ... "
</literallayout>
<para>
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:
+ You can specify shell commands separated by semicolons:
<literallayout class='monospaced'>
ROOTFS_POSTPROCESS_COMMAND += "<shell_command>; ... "
</literallayout>