diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-02-08 18:50:34 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-02-15 17:03:47 +0000 |
commit | de7c939a7f15f1800a56261303672fa0e5c740c7 (patch) | |
tree | c36ae64e82164c69e7042f63c9dc8de63fba6c9c /bitbake/lib/bb/providers.py | |
parent | e39d89e934a306680b552f8507ee542db72d6672 (diff) | |
download | openembedded-core-de7c939a7f15f1800a56261303672fa0e5c740c7.tar.gz openembedded-core-de7c939a7f15f1800a56261303672fa0e5c740c7.tar.bz2 openembedded-core-de7c939a7f15f1800a56261303672fa0e5c740c7.tar.xz openembedded-core-de7c939a7f15f1800a56261303672fa0e5c740c7.zip |
bitbake: runqueue.py: improve printing dependent tasks
Print names instead of Task-IDs (and not mentioning they're task ids).
Previously we printed e.g.:
Dependency loop #1 found:
Task 89 (/there/src/oe/openembedded/recipes/busybox/busybox-native_1.15.2.bb, do_configure) (depends: Set([88, 282, 92, 87]))
Now we say
Dependency loop #1 found:
Task 89 (/there/src/oe/openembedded/recipes/busybox/busybox-native_1.15.2.bb, do_configure) (dependent Task-IDs ['busybox-native, do_patch', 'update-rc.d, do_populate_staging', 'busybox-native, do_populate_staging', 'shasum-native.bb, do_populate_staging', 'busybox-native, do_unpack'])
(Bitbake rev: 00eaf76fdc32eb515995b47dfa69eb90ca904b37)
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'bitbake/lib/bb/providers.py')
0 files changed, 0 insertions, 0 deletions