[yocto] The problem of do_rootfs_append

Neil.Wu at Emerson.com Neil.Wu at Emerson.com
Thu Jan 22 22:30:10 PST 2015


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.dechesne at 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.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