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?
-- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto