[yocto] The problem of do_rootfs_append

Nicolas Dechesne nicolas.dechesne at linaro.org
Thu Jan 22 00:40:46 PST 2015


On Thu, Jan 22, 2015 at 9:31 AM,  <Neil.Wu at emerson.com> wrote:
> Thank you for your reply.
> But I found that there are others use do_rootfs_append() when searching on the Internet.
> If I want to remove the directory in do_rootfs() task, how can I to do it ?

do_rootfs was a Shell function in the past, it was changed to Python
last year or so.

if you want to post process an image, you can use
IMAGE_POSTPROCESS_COMMAND variable and add your own functions there.

cheers



More information about the yocto mailing list