ptest: d.keys() is slow, use a list instead
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 14 Jan 2014 11:43:14 +0000 (11:43 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 14 Jan 2014 17:03:54 +0000 (17:03 +0000)
commitf0fceeb7fdb7a5369d9ac39b67976131787e0012
tree493a371d754afbc181bcc5ee0a4d0df21b82c165
parentc45f1d9ce9bfc94e15db8a6dfc3a8c945693244a
ptest: d.keys() is slow, use a list instead

Unfortunately d.keys is extremely slow. Using a list in this case should be
fine since the addtask lines are immediately above the code and aren't
going to change often.

(From OE-Core rev: 5901189f0442cefc4d17623547f7358ffc2d37a6)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/ptest.bbclass