]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: 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:16 +0000 (23:43 +0100)
commita75bccdd14cec2ce6b74a0e6dc3d557593f6abd2
tree9f72ba5b45a6f3f9310a52c1841233aa87a3860a
parentf7259298a29e865dc03bde77e4617bc671a9c85e
bitbake: 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]

(Bitbake rev: f65e631ab6705dfd9188f19ee423eca33bca7d7d)

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