summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/lib/oeqa/runtime/parselogs.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py
index 1b9f6d0711..98a959ed2a 100644
--- a/meta/lib/oeqa/runtime/parselogs.py
+++ b/meta/lib/oeqa/runtime/parselogs.py
@@ -88,6 +88,8 @@ ignore_errors = {
88 'host side 80-wire cable detection failed, limiting max speed', 88 'host side 80-wire cable detection failed, limiting max speed',
89 'mode "640x480" test failed', 89 'mode "640x480" test failed',
90 'Failed to load module "glx"', 90 'Failed to load module "glx"',
91 'can\'t handle BAR above 4GB',
92 'Cannot reserve Legacy IO',
91 ] + common_errors, 93 ] + common_errors,
92 'qemuarm' : [ 94 'qemuarm' : [
93 'mmci-pl18x: probe of fpga:05 failed with error -22', 95 'mmci-pl18x: probe of fpga:05 failed with error -22',