]> code.ossystems Code Review - openembedded-core.git/commit
oepydevshell-internal: python3: encode/decode pty content
authorEd Bartosh <ed.bartosh@linux.intel.com>
Mon, 4 Jul 2016 22:08:15 +0000 (01:08 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 8 Jul 2016 08:55:39 +0000 (09:55 +0100)
commit211870ddbce5c966b2882e97cb2efe29b72a62a4
tree99586303028e34cbb1920d55b95a79c1c7d238ae
parent732001cb268683f5b56e251e2964ec5b694a2147
oepydevshell-internal: python3: encode/decode pty content

As /dev/pty opened in binary mode its content has to
be decoded when reading from it and encoded when writing to it.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/oepydevshell-internal.py