poky/scripts/lib/wic/utils
Ed Bartosh a173885ccf wic: decode output of subprocess.communicate
stdeout and stderr content returned by communicate API has different
types in Python 3(bytes) and Python 2(string). Decoding it to 'utf-8'
makes it unicode on both pythons.

Decoded stdout and stderr output to utf-8 to make the code
working under both Python 2 and Python 3.

(From OE-Core rev: 5b556f58a171e3d45107bb56a1f780e5c1abba37)

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-05-14 23:05:14 +01:00
..
oe wic: use find_executable in favor of bb.utils.which 2016-05-14 23:05:14 +01:00
__init__.py wic: Rename /mic to /wic 2014-08-11 10:53:12 +01:00
errors.py wic: refactored processing of wic exceptions 2015-05-29 10:17:14 +01:00
misc.py wic: refactor get_boot_config 2016-01-20 17:07:13 +00:00
partitionedfs.py wic: use // operator instead of / 2016-05-14 23:05:14 +01:00
runner.py wic: decode output of subprocess.communicate 2016-05-14 23:05:14 +01:00
syslinux.py wic: Add plugin for single partition disk 2015-05-03 11:43:49 +01:00