aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-10 14:20:44 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-12 12:49:22 +0000
commitfb29441216435b9bae47ca9cd42db5a6b1fe77d8 (patch)
tree2a2b3e3e3f2b5545fc65e2fb58f9a6b52a143499
parent99f209a49a4390192b95184ff86bd6f973010111 (diff)
downloadopenembedded-core-contrib-fb29441216435b9bae47ca9cd42db5a6b1fe77d8.tar.gz
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] Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/lib/oeqa/runtime/parselogs.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py
index b1dcc1e6ce..cf0f67c628 100644
--- a/meta/lib/oeqa/runtime/parselogs.py
+++ b/meta/lib/oeqa/runtime/parselogs.py
@@ -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 = [