summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa')
-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 19a4f1bf79..7eb333ab70 100644
--- a/meta/lib/oeqa/runtime/parselogs.py
+++ b/meta/lib/oeqa/runtime/parselogs.py
@@ -51,6 +51,7 @@ ignore_errors = {
51 ] + common_errors, 51 ] + common_errors,
52 'qemuppc' : [ 52 'qemuppc' : [
53 'PCI 0000:00 Cannot reserve Legacy IO [io 0x0000-0x0fff]', 53 'PCI 0000:00 Cannot reserve Legacy IO [io 0x0000-0x0fff]',
54 'host side 80-wire cable detection failed, limiting max speed',
54 'mode "640x480" test failed', 55 'mode "640x480" test failed',
55 'Failed to load module "glx"', 56 'Failed to load module "glx"',
56 ] + common_errors, 57 ] + common_errors,