On Fri, 2019-08-02 at 17:12 +0800, [email protected] wrote:
> From: Ming Liu <[email protected]>
> 
> The results in ${IMGDEPLOYDIR} generated by a image task could be
> used by later image tasks.

No they shouldn't.

> , hence they should be excluded by rm_work. Or else when a image task
> gets rerun but one of its dependent image task does not, then the
> results generated by this dependent image task would not be there in
> ${IMGDEPLOYDIR}.

Nothing should be poking into IMGDEPLOYDIR outside of the image tasks.

do_image_complete[sstate-inputdirs] = "${IMGDEPLOYDIR}"
do_image_complete[sstate-outputdirs] = "${DEPLOY_DIR_IMAGE}"

anything else should be after do_image_complete and be referencing
DEPLOY_DIR_IMAGE.

Cheers,

Richard

-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to