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.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py
index dd4d805de3..531e5a6460 100644
--- a/meta/lib/oeqa/runtime/parselogs.py
+++ b/meta/lib/oeqa/runtime/parselogs.py
@@ -52,6 +52,9 @@ ignore_errors = {
52 'Failed to load module "glx"', 52 'Failed to load module "glx"',
53 'pci 0000:00:00.0: [Firmware Bug]: reg 0x..: invalid BAR (can\'t size)', 53 'pci 0000:00:00.0: [Firmware Bug]: reg 0x..: invalid BAR (can\'t size)',
54 ] + common_errors, 54 ] + common_errors,
55 'qemumips64' : [
56 'pci 0000:00:00.0: [Firmware Bug]: reg 0x..: invalid BAR (can\'t size)',
57 ] + common_errors,
55 'qemuppc' : [ 58 'qemuppc' : [
56 'PCI 0000:00 Cannot reserve Legacy IO [io 0x0000-0x0fff]', 59 'PCI 0000:00 Cannot reserve Legacy IO [io 0x0000-0x0fff]',
57 'host side 80-wire cable detection failed, limiting max speed', 60 'host side 80-wire cable detection failed, limiting max speed',