Re: [OE-core] [PATCH] report-error: Add a check for binary log file

2015-01-30 Thread Richard Purdie
On Thu, 2015-01-29 at 16:36 +, Michael Wood wrote: > Check to see if the log file is a binary. If it is do not try to submit > it in our error-report. > > [YOCTO #7263] > > Signed-off-by: Michael Wood > --- > meta/classes/report-error.bbclass | 17 - > 1 file changed, 16 ins

[OE-core] [PATCH] report-error: Add a check for binary log file

2015-01-29 Thread Michael Wood
Check to see if the log file is a binary. If it is do not try to submit it in our error-report. [YOCTO #7263] Signed-off-by: Michael Wood --- meta/classes/report-error.bbclass | 17 - 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/meta/classes/report-error.bbclass