summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/runtime')
-rw-r--r--meta/lib/oeqa/runtime/parselogs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py
index 32d9081ead..4def53327c 100644
--- a/meta/lib/oeqa/runtime/parselogs.py
+++ b/meta/lib/oeqa/runtime/parselogs.py
@@ -111,6 +111,7 @@ ignore_errors = {
111 '(EE) open /dev/fb0: No such file or directory', 111 '(EE) open /dev/fb0: No such file or directory',
112 '(EE) AIGLX: reverting to software rendering', 112 '(EE) AIGLX: reverting to software rendering',
113 ] + x86_common, 113 ] + x86_common,
114 'intel-corei7-64' : x86_common,
114 'crownbay' : x86_common, 115 'crownbay' : x86_common,
115 'genericx86' : x86_common, 116 'genericx86' : x86_common,
116 'genericx86-64' : x86_common, 117 'genericx86-64' : x86_common,