]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/utils/qemurunner: Add support for Unicode from qemu
authorMariano Lopez <mariano.lopez@linux.intel.com>
Thu, 1 Oct 2015 10:40:47 +0000 (10:40 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 2 Oct 2015 23:02:19 +0000 (00:02 +0100)
commit4708a55879e1d8fe830d230b0621029cc40de9c3
tree6d4917627a86603c3c0293a5529365aac1fa4a44
parentafb5308770de776181da5b44f9dc30922836bc38
oeqa/utils/qemurunner: Add support for Unicode from qemu

The current state of qemurunner will drop the Unicode
characters received from qemu, this is because error
report web had problems with Unicode characters; now
that the server support Unicode, it is possible to
log all the output from qemu. So far the only Unicode
character seen is the copyright symbol.

This patch allows to get Unicode characters from the qemu
target and save the log in an UTF-8 file for latter use.

[YOCTO #8225]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/utils/qemurunner.py