[oe] [Bitbake-dev] Bitbake runqueue performance improvement

Roman I Khimov khimov at altell.ru
Thu Jul 23 08:46:26 UTC 2009


On Четверг 23 июля 2009 12:04:51 Richard Purdie wrote:
> On Thu, 2009-07-23 at 09:48 +0400, Roman I Khimov wrote:
> >        /-8
> >   /-2--+
> > 1-+    +-9
> >
> >   +-3  \-10
> >
> >   +-4
> >
> >   \-5-6-7
>
> Images 1,2,5 and 6 need to specify they have dependencies on other image
> rootfs tasks with something like:
>
> do_rootfs[depends] += "some-other-image-task:do_rootfs"
>
> Is there some reason this doesn't work?

Well, that would work, obviously, but seemed like a bad style to me, we have 
DEPENDS for recipe dependencies, so why images should be that different? And 
in my case it would be

do_rootfs[depends] += "image2:do_rootfs image3:do_rootfs image4:do_rootfs \
	image5:do_rootfs"

compared to

DEPENDS += "image2 image3 image4 image5"

which worked well for quite some time.

If there is any way to keep this DEPENDS behaviour?




More information about the Openembedded-devel mailing list