* [PATCH] oeqa/parselogs: Ignore qemu usbhid errors
@ 2014-10-01 15:57 Richard Purdie
2014-10-01 20:23 ` Burton, Ross
0 siblings, 1 reply; 2+ messages in thread
From: Richard Purdie @ 2014-10-01 15:57 UTC (permalink / raw)
To: openembedded-core
These are harmless from the USB pointer device we install, ignore them.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py
index 604a29a..078316e 100644
--- a/meta/lib/oeqa/runtime/parselogs.py
+++ b/meta/lib/oeqa/runtime/parselogs.py
@@ -9,6 +9,8 @@ errors = ["error", "cannot", "can\'t", "failed"]
common_errors = [
'(WW) warning, (EE) error, (NI) not implemented, (??) unknown.',
'dma timeout',
+ 'usbhid .*: can't add hid device:',
+ 'usbhid: probe of .* failed with error',
]
x86_common = [
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] oeqa/parselogs: Ignore qemu usbhid errors
2014-10-01 15:57 [PATCH] oeqa/parselogs: Ignore qemu usbhid errors Richard Purdie
@ 2014-10-01 20:23 ` Burton, Ross
0 siblings, 0 replies; 2+ messages in thread
From: Burton, Ross @ 2014-10-01 20:23 UTC (permalink / raw)
To: Richard Purdie; +Cc: openembedded-core
On 1 October 2014 16:57, Richard Purdie
<richard.purdie@linuxfoundation.org> wrote:
> + 'usbhid .*: can't add hid device:',
The apostrophe in "can't" needs escaping. In related news, the
autobuilder isn't in a happy place.
Ross
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-10-01 20:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-01 15:57 [PATCH] oeqa/parselogs: Ignore qemu usbhid errors Richard Purdie
2014-10-01 20:23 ` Burton, Ross
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.