diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-16 14:40:24 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-20 11:52:52 +0000 |
commit | 918736d6c94753ef0ae53457662cb09dbd6b092c (patch) | |
tree | 3658d33cb977d772a80be84aaac2579811922b24 /meta-poky | |
parent | a304b94eae99ade6d99800eeaf588c48d01506f6 (diff) | |
download | poky-918736d6c94753ef0ae53457662cb09dbd6b092c.tar.gz |
bitbake: cooker: Only add universe targets where the task exists
Currently "bitbake universe -c fetch" will error if every task in the system
doesn't have a fetch task. This seems unreasonable so filter the list based
upon whether the task exists. This implementation does assume if a task exits
for a given provider name, it can run, even if the preferred provider that
ends up getting built might be the namespace without the task. This is unlikely
to be a real world issue at this point.
(Bitbake rev: 438986f4e39974930ee3205ca4c4d620090e57bb)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky')
0 files changed, 0 insertions, 0 deletions