diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2016-07-06 12:00:31 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-08 09:57:28 +0100 |
commit | 70cc20daef087b2dd1567168c9091be0476fefc8 (patch) | |
tree | 9d764f7db7e0c1fac4828909fd11d3210cb45d84 /documentation/kernel-dev | |
parent | 2199ff5ce69d8b90dff8306ffe8f0f5693b39645 (diff) | |
download | poky-70cc20daef087b2dd1567168c9091be0476fefc8.tar.gz |
bitbake: eventreplay: fix event loading code
Event objects are represented by base64-encoded strings in
the event file and can't be loaded by existing eventreplay code.
Fixed the code of loading events from file by decoding base64 strings
into the binary form and loading them with pickle.load.
[YOCTO #9585]
(Bitbake rev: a55c280c167f84caed6518119246e5a55f56cfd4)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Elliot Smith <elliot.smith@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-dev')
0 files changed, 0 insertions, 0 deletions