poky/scripts/lib/recipetool
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
..
__init__.py scripts/recipetool: Add a recipe auto-creation script 2014-12-23 10:18:15 +00:00
append.py scripts: Fix encoding errors for python3 2016-06-02 08:24:01 +01:00
create_buildsys_python.py scripts: Fix encoding errors for python3 2016-06-02 08:24:01 +01:00
create_buildsys.py scripts: Fix deprecated dict methods for python3 2016-06-02 08:24:01 +01:00
create_kernel.py recipetool: create: add basic support for generating linux kernel recipes 2016-03-02 23:08:51 +00:00
create_kmod.py recipetool: create: add support for out-of-tree kernel modules 2016-03-02 23:08:51 +00:00
create_npm.py scripts: Fix deprecated dict methods for python3 2016-06-02 08:24:01 +01:00
create.py scripts: Fix encoding errors for python3 2016-06-02 08:24:01 +01:00
newappend.py recipetool.newappend: fix syntax error for 'not path_ok' error 2016-04-29 07:41:43 +01:00
setvar.py recipetool: make plugin registration function name consistent with devtool 2015-12-01 21:32:05 +00:00