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

(From OE-Core rev: ae4d36375683b6cfd48af25bfca70b2e77f7ade5)

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

This directory contains Various useful scripts for working with OE builds