[yocto] When are file checksums gathered from files, for tasks? During recipe parsing?

Paul Knopf pauldotknopf at gmail.com
Wed Nov 22 00:10:28 PST 2017


I have a recipe that depends on a deployed output from an image.

----------------------------------------------------------
SRC_URI +=
"file://${DEPLOY_DIR_IMAGE}/my-image-${MACHINE}.wic.update.tar.gz;subdir=update"
do_fetch[depends] += "my-image:do_build"
----------------------------------------------------------

Will the hash for "do_fetch" be computed after "my-image:do_build" is
executed?

If not, how would you propose I do something like this?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20171122/ea15f517/attachment.html>


More information about the yocto mailing list