diff options
-rw-r--r-- | meta/lib/oeqa/runtime/parselogs.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py index 2424da1274..1b9f6d0711 100644 --- a/meta/lib/oeqa/runtime/parselogs.py +++ b/meta/lib/oeqa/runtime/parselogs.py | |||
@@ -107,6 +107,7 @@ ignore_errors = { | |||
107 | 'Fatal server error:', | 107 | 'Fatal server error:', |
108 | '(EE) Server terminated with error (1). Closing log file.', | 108 | '(EE) Server terminated with error (1). Closing log file.', |
109 | 'dmi: Firmware registration failed.', | 109 | 'dmi: Firmware registration failed.', |
110 | 'irq: type mismatch, failed to map hwirq-27 for /intc', | ||
110 | ] + common_errors, | 111 | ] + common_errors, |
111 | 'emenlow' : [ | 112 | 'emenlow' : [ |
112 | '[Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness', | 113 | '[Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness', |