]> code.ossystems Code Review - openembedded-core.git/commit
Let the runqueue find the user selected scheduler dynamically
authorChris Larson <chris_larson@mentor.com>
Thu, 22 Jul 2010 17:54:58 +0000 (10:54 -0700)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 3 Aug 2010 13:03:41 +0000 (14:03 +0100)
commite6b6767369f6d0caa7a9efe32ccd4ed514bb3148
tree0f17ad55a46246c5e5885e0f86ace2932a9818ad
parent29b4c2945f50e94a444303241b638ad5a54c0dbc
Let the runqueue find the user selected scheduler dynamically

Searches the module (bb.runqueue) for any new style classes which are
instances of RunQueueScheduler, and uses the one whose 'name' attribute
matches the value of BB_SCHEDULER.

(Bitbake rev: 6497cedf9cfc03201250af816995dd2bd85c36ef)

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