]> code.ossystems Code Review - openembedded-core.git/commit
Split out 'find next buildable task' into a separate generator function
authorChris Larson <chris_larson@mentor.com>
Fri, 23 Jul 2010 21:32:14 +0000 (14:32 -0700)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 4 Jan 2011 14:46:32 +0000 (14:46 +0000)
commitebe3850beebb233b86bade9b0b93ed23bfd60e04
tree121748bb81310cd0b82c326935d881511a345123
parent0d1034d2ea5913e14317c68908e27640d1d8ae36
Split out 'find next buildable task' into a separate generator function

It needs to be a generator, so scheduler subclasses have the option to skip
buildable tasks and return a later one.

(Bitbake rev: a8c61e41bc6277222e4cde667ad0b24bd1597aa0)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
bitbake/lib/bb/runqueue.py