oeqa/parselogs: Skip hda opcode errors

These occur when running images under virtualisation on machines with
high load which sometimes trigger timeouts in the kernel DMA code.
They're harmless to ignore in these cases.

Adding this since "failing" the build due to this is more annoying
thank useful.

[YOCTO #7387]

(From OE-Core rev: fb29441216435b9bae47ca9cd42db5a6b1fe77d8)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2015-03-10 14:20:44 +00:00
parent 0aff27522d
commit 7f30749fe0

View File

@@ -22,7 +22,8 @@ common_errors = [
"Failed to load module modesetting",
"Failed to load module \"glx\"",
"Failed to load module glx",
"[drm] Cannot find any crtc or sizes - going 1024x768"
"[drm] Cannot find any crtc or sizes - going 1024x768",
"hd.: possibly failed opcode"
]
x86_common = [