]> code.ossystems Code Review - openembedded-core.git/commit
report-error.bbclass: Support Unicode reports
authorMariano Lopez <mariano.lopez@linux.intel.com>
Thu, 1 Oct 2015 10:40:46 +0000 (10:40 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 2 Oct 2015 23:02:19 +0000 (00:02 +0100)
commitafb5308770de776181da5b44f9dc30922836bc38
tree7caebd21c71045a1e3e3077ee53312b9a2bc4832
parente11801d031896351364e7723db3392012f58b603
report-error.bbclass: Support Unicode reports

Currently error-report doesn't manage Unicode because
the files are opened with the default codec.

This patch changes the codec of the files to UTF-8,
this way the reports will include Unicode characters.
This is useful for the qemu output when doing the
testimage task.

[YOCTO #8225]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/report-error.bbclass