]> code.ossystems Code Review - openembedded-core.git/commit
bitbake: runqueue.py: improve printing dependent tasks
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 8 Feb 2010 17:50:34 +0000 (18:50 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 15 Feb 2010 17:03:47 +0000 (17:03 +0000)
commitde7c939a7f15f1800a56261303672fa0e5c740c7
treec36ae64e82164c69e7042f63c9dc8de63fba6c9c
parente39d89e934a306680b552f8507ee542db72d6672
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>
bitbake/lib/bb/runqueue.py