Greetings, I would like to run a command that has to use my target-generated tools and on my target-generated rootfs. For example, I would like to install an utility such as IMAGE_INSTALL = "unzip" and then run a command such as "${IMAGE_ROOTFS}/usr/bin/unzip ${IMAGE_ROOTFS}/home/user/test.zip" in ROOTFS_POSTPROCESS_COMMAND or IMAGE_POSTPROCESS_COMMAND . Do you have any advices ? Best, Nicolas