mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
oeqa/parselogs: Ignore qemu usbhid errors
These are harmless from the USB pointer device we install, ignore them. (From OE-Core rev: f5bdf41e78ff378fe23d8ba1543917bc64def62f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -9,6 +9,8 @@ errors = ["error", "cannot", "can\'t", "failed"]
|
|||||||
common_errors = [
|
common_errors = [
|
||||||
'(WW) warning, (EE) error, (NI) not implemented, (??) unknown.',
|
'(WW) warning, (EE) error, (NI) not implemented, (??) unknown.',
|
||||||
'dma timeout',
|
'dma timeout',
|
||||||
|
'can\'t add hid device:',
|
||||||
|
'usbhid: probe of ',
|
||||||
]
|
]
|
||||||
|
|
||||||
x86_common = [
|
x86_common = [
|
||||||
|
|||||||
Reference in New Issue
Block a user