diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2016-06-20 14:00:49 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-20 17:23:57 +0100 |
commit | e28b36e1e8b2d6b1531698d6d50658e3fc73adc0 (patch) | |
tree | 9da1169db54cc25a5048d8340bac35779b9c3a20 /bitbake/bin/toaster | |
parent | 3e7edc303cfcb08d16b357b04441fb295099f314 (diff) | |
download | poky-e28b36e1e8b2d6b1531698d6d50658e3fc73adc0.tar.gz |
bitbake: cooker: encode event objects to base64
pickle converts python objects into the binary form that can't be
decoded to text and therefore can't be converted to JSON format.
Attempt to convert event objects raises this error:
TypeError:
b'\x80\x03cbb.runqueue\nrunQueueTaskSkipped\nq\x00)...
is not JSON serializable
Encoded pickled event objects to base64 to be able to convert data
structure to JSON.
[YOCTO #9803]
(Bitbake rev: f18055237e6084f90f6221442e3ba021dcc59c50)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/bin/toaster')
0 files changed, 0 insertions, 0 deletions