After being vexed with numerous taskhash mismatch errors on my image builds, I think I hit on the source of the problem - the value of the do_image_XXXX function reported by bitbake-dumpsig had fully-expanded values for all of the variables referenced in the function - so date and time stamps were showing up in the text of the function.
Fixed this by not expanding the value of IMAGE_CMD during the generation of the do_iamge_XXXX task. The vardeps still do their job for detecting relevant changes. Matt Madison (1): image.bbclass: don't expand IMAGE_CMD when setting do_image task meta/classes/image.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.7.4 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core