These are harmless from the USB pointer device we install, ignore them. Signed-off-by: Richard Purdie <richard.pur...@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 = [ -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core