]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: runqueue: Fix setscene issues with multiconfig
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 21 Dec 2016 13:35:53 +0000 (13:35 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 11 Jan 2017 17:21:46 +0000 (17:21 +0000)
commit4bcf8babc4e2b9c00076882b3f1a4d0b68de82c2
tree7cbc34fdf7faaf2f1b6cf4863c45f25f5a06a0ab
parentba5ee79aba01a83055365176d3641bff94b46e7c
bitbake: runqueue: Fix setscene issues with multiconfig

setscene was being entirelu skipped for multiconfig variants as the tasks
were simply not being spotted. If the default config was also being built
it masked the problem. When this was fixed by using taskfn instead of fn
in lookups against dataCache, several other instances of this problem were
highlighted.

This goes through and corrects the setscene code to correclty use taskfn
instead of fn in the appropriate places meaning setscene tasks for multiconfig
now work correctly.

(Bitbake rev: a5d81eefe9106f2080001b7313e2b15ab21ea55b)

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