]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
runqueue.py: Remove redundant whitelist checks
authorRandy Witt <randy.e.witt@linux.intel.com>
Tue, 11 Oct 2016 22:36:19 +0000 (15:36 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Oct 2016 22:43:00 +0000 (23:43 +0100)
commitf65e631ab6705dfd9188f19ee423eca33bca7d7d
tree32e571a9c05dd9b1e841c187e3a3d6b7c068b9ff
parentd9713ed13d0c88c7ee38e8d7b52aa525318af6e3
runqueue.py: Remove redundant whitelist checks

The whitelist checks for BB_SETSCENE_ENFORCE were running for every call
to execute(). Since the task list doesn't change for each call into
execute, the checks only need to be ran once.

[YOCTO #10369]

Signed-off-by: Randy Witt <randy.e.witt@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/runqueue.py