]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: runqueue: Only start fakeroot workers when needed
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 21 Dec 2016 14:11:24 +0000 (14:11 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 11 Jan 2017 17:21:47 +0000 (17:21 +0000)
commit7bab6ffc45494aea9b5c6264a153b3f9b6290301
tree4446bd4a22b27ff8152e1d953132b929aa775ad1
parent6b49da40e7734e98a86aab09559e4dc50af95c25
bitbake: runqueue: Only start fakeroot workers when needed

Fakeroot workers usually have dependencies that need to be ready before they
can be started. Starting them as a block therefore doesn't work as the
dependencies may or may not have been built. Therefore start the multiconfig
fakeworkers individually upon demand.

[YOCTO #10344]

(Bitbake rev: ac5ea74152b011256209c8b5664216f290b123e8)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/runqueue.py