]> 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>
Thu, 22 Dec 2016 12:36:40 +0000 (12:36 +0000)
commitf048db1c6444d93578b4648938da18f22985e389
tree909b63f20405e7f65603778cdb40c8951478f008
parentd6799e655e21c3c3ef60f5dec5eb53a693430a2f
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: cead85cf219c07b40aeb7c0d948c25f0429136db)

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