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:28:00 +0100 |
commit | 813c417f266183e626d3437904943f8545be0eeb (patch) | |
tree | bb03f1742a9d9468f32acbb836370b3de8b1a3f2 /scripts/relocate_sdk.py | |
parent | e86dc1a18222142a20913ebe79feab58dc668aca (diff) | |
download | poky-813c417f266183e626d3437904943f8545be0eeb.tar.gz |
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 ':' -> '::'
(From OE-Core rev: 03d01393d14b7b20dcb40ff89b1628883fd3b545)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/relocate_sdk.py')
0 files changed, 0 insertions, 0 deletions