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 98a959ed2a..698dda8f7b 100644
--- a/meta/lib/oeqa/runtime/parselogs.py
+++ b/meta/lib/oeqa/runtime/parselogs.py
@@ -74,6 +74,7 @@ ignore_errors = {
74 'default' : common_errors, 74 'default' : common_errors,
75 'qemux86' : [ 75 'qemux86' : [
76 'Failed to access perfctr msr (MSR', 76 'Failed to access perfctr msr (MSR',
77 'pci 0000:00:00.0: [Firmware Bug]: reg 0x..: invalid BAR (can\'t size)',
77 ] + qemux86_common, 78 ] + qemux86_common,
78 'qemux86-64' : qemux86_common, 79 'qemux86-64' : qemux86_common,
79 'qemumips' : [ 80 'qemumips' : [