Hi, nico Thank you for your help. I have resolved the problem using IMAGE_POSTPROCESS_COMMAND in core-image-specific.bb.
Neil -----Original Message----- From: Nicolas Dechesne [mailto:nicolas.deche...@linaro.org] Sent: Thursday, January 22, 2015 4:41 PM To: Wu, Neil [CLIMATE/RS/CN] Cc: Yocto list discussion Subject: Re: [yocto] The problem of do_rootfs_append On Thu, Jan 22, 2015 at 9:31 AM, <neil...@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 -- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto