summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/runtime')
-rw-r--r--meta/lib/oeqa/runtime/parselogs.py11
1 files changed, 10 insertions, 1 deletions
diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py
index 8a13554cc5..2424da1274 100644
--- a/meta/lib/oeqa/runtime/parselogs.py
+++ b/meta/lib/oeqa/runtime/parselogs.py
@@ -92,7 +92,16 @@ ignore_errors = {
92 'qemuarm' : [ 92 'qemuarm' : [
93 'mmci-pl18x: probe of fpga:05 failed with error -22', 93 'mmci-pl18x: probe of fpga:05 failed with error -22',
94 'mmci-pl18x: probe of fpga:0b failed with error -22', 94 'mmci-pl18x: probe of fpga:0b failed with error -22',
95 'Failed to load module "glx"' 95 'Failed to load module "glx"',
96 'OF: amba_device_add() failed (-19) for /amba/smc@10100000',
97 'OF: amba_device_add() failed (-19) for /amba/mpmc@10110000',
98 'OF: amba_device_add() failed (-19) for /amba/sctl@101e0000',
99 'OF: amba_device_add() failed (-19) for /amba/watchdog@101e1000',
100 'OF: amba_device_add() failed (-19) for /amba/sci@101f0000',
101 'OF: amba_device_add() failed (-19) for /amba/ssp@101f4000',
102 'OF: amba_device_add() failed (-19) for /amba/fpga/sci@a000',
103 'Failed to initialize \'/amba/timer@101e3000\': -22',
104 'jitterentropy: Initialization failed with host not compliant with requirements: 2',
96 ] + common_errors, 105 ] + common_errors,
97 'qemuarm64' : [ 106 'qemuarm64' : [
98 'Fatal server error:', 107 'Fatal server error:',