Files
poky/scripts
Ed Bartosh 3ee70cb725 scripts: Fix encoding errors for python3
Moved call of decode('utf-8') as close as possible to
call of subprocess API to avoid calling it in a lot of
other places.

Decoded binary data to utf-8 where appropriate to fix devtool
and recipetool tests in python 3 environment.

(From OE-Core rev: 30d02e2aa2d42fdf76271234b2dc9f37bc46b250)

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-06-02 08:24:01 +01:00
..
2016-06-01 12:47:10 +01:00
2014-02-02 11:23:45 +00:00
2016-06-01 12:47:10 +01:00
2016-04-14 10:58:34 +01:00
2016-06-02 08:24:00 +01:00
2016-06-01 12:47:10 +01:00

This directory contains Various useful scripts for working with OE builds