]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
runqueue: Add handling of virtual/xxx provider mappings
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 30 Sep 2015 13:29:01 +0000 (14:29 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 30 Sep 2015 13:59:28 +0000 (14:59 +0100)
commitd473fc84acddfd69a7207affcd89f65ea2ecf730
tree6beeabb314737ac86f8e0fbfc7d6925a925e19e6
parentce51a51482d0900060512b24503714a730d72266
runqueue: Add handling of virtual/xxx provider mappings

This firstly prints debug messages which show how bitbake decided to resolve
the virtual/xxx providers which is useful for debugging.

If the siggen has a tasks_resolved() method, it calls this, passing in
the mappings, allowing that to do things with the resolved names.

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