diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2015-07-27 13:55:52 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-27 12:26:57 +0100 |
commit | 03d01393d14b7b20dcb40ff89b1628883fd3b545 (patch) | |
tree | 12686718f080bca0dc7dad1cf37de91fb4e24b31 /scripts | |
parent | f6e47aa9b12f9ab61530c40e0343f451699d9077 (diff) | |
download | openembedded-core-03d01393d14b7b20dcb40ff89b1628883fd3b545.tar.gz openembedded-core-03d01393d14b7b20dcb40ff89b1628883fd3b545.tar.bz2 openembedded-core-03d01393d14b7b20dcb40ff89b1628883fd3b545.zip |
toaster.bbclass: Fix ValueError
Running "bitbake xxx:do_unpack" resulted in exception at the
BuildCompleted event from toaster.
The reason for this exception was usage of ':' as a field
delimiter in toasterstatlist file. As target can optionally
contain ':<task>' suffix it caused split(':') to throw exception:
File "toaster_collect_task_stats(e)", line 71, in
toaster_collect_task_stats(e=<bb.event.BuildCompleted object at
0x7f8434deed50>)
ValueError: too many values to unpack
Fixed by changing delimiter ':' -> '::'
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions