[bitbake-devel] [PATCH v2 3/3] runqueue.py: revised completion scheduler

Patrick Ohly patrick.ohly at intel.com
Tue Jan 17 15:18:24 UTC 2017


On Fri, 2017-01-13 at 15:51 +0100, Patrick Ohly wrote:
> diff --git a/lib/bb/runqueue.py b/lib/bb/runqueue.py
> index 48c6a79..0c4f286 100644
> --- a/lib/bb/runqueue.py
> +++ b/lib/bb/runqueue.py
> @@ -183,6 +183,18 @@ class RunQueueScheduler(object):
[...]
> +        super(RunQueueSchedulerRmwork, self).__init__(runqueue, rqdata)

The new line must be instead:
           super(RunQueueSchedulerCompletion, self).__init__(runqueue, rqdata)

Obviously I haven't tested enough after renaming the scheduler :-/

-- 
Best Regards, Patrick Ohly

The content of this message is my personal opinion only and although
I am an employee of Intel, the statements I make here in no way
represent Intel's position on the issue, nor am I authorized to speak
on behalf of Intel on this matter.






More information about the bitbake-devel mailing list