[bitbake-devel] [PATCH 4/4] runqueue: Rewrite and optimize recrdepends handling

Richard Purdie richard.purdie at linuxfoundation.org
Sun Feb 25 22:11:57 UTC 2018


On Sun, 2018-02-25 at 19:25 +0000, Paul Barker wrote:
> I've been having build failures recently which I've tracked down to
> this commit in bitbake via git bisect.
> 
> I have an image recipe, oryx-image, and a publish recipe,
> oryx-publish. In oryx-publish I have a do_publish task that copies
> files out of "tmp/deploy/images/*" to their final places and so it
> needs to run after the tasks in oryx-image that create the relevant
> files. So I've explicitly added oryx-image:do_build to
> do_publish[depends].

Is do_publish added before do_build?
Does oryx-publish inherit any of the image/meta classes?

I suspect I need to better understand the problem as you've described
what you think the problem is but not what problem you're seeing...

Cheers,

Richard




More information about the bitbake-devel mailing list