summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime/parselogs.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/runtime/parselogs.py')
-rw-r--r--meta/lib/oeqa/runtime/parselogs.py14
1 files changed, 13 insertions, 1 deletions
diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py
index aa5008bba9..3e1c7d0c30 100644
--- a/meta/lib/oeqa/runtime/parselogs.py
+++ b/meta/lib/oeqa/runtime/parselogs.py
@@ -134,7 +134,19 @@ ignore_errors = {
134 'dmi: Firmware registration failed.', 134 'dmi: Firmware registration failed.',
135 'ioremap error for 0x78', 135 'ioremap error for 0x78',
136 ] + x86_common, 136 ] + x86_common,
137 'intel-corei7-64' : x86_common, 137 'intel-corei7-64' : [
138 'can\'t set Max Payload Size to 256',
139 'intel_punit_ipc: can\'t request region for resource',
140 '[drm] parse error at position 4 in video mode \'efifb\'',
141 'ACPI Error: Could not enable RealTimeClock event',
142 'ACPI Warning: Could not enable fixed event - RealTimeClock',
143 'hci_intel INT33E1:00: Unable to retrieve gpio',
144 'hci_intel: probe of INT33E1:00 failed',
145 'can\'t derive routing for PCI INT A',
146 'failed to read out thermal zone',
147 'Bluetooth: hci0: Setting Intel event mask failed',
148 'ttyS2 - failed to request DMA',
149 ] + x86_common,
138 'crownbay' : x86_common, 150 'crownbay' : x86_common,
139 'genericx86' : x86_common, 151 'genericx86' : x86_common,
140 'genericx86-64' : [ 152 'genericx86-64' : [