summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/lib/oeqa/runtime/parselogs.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py
index 7721912a23..dd4d805de3 100644
--- a/meta/lib/oeqa/runtime/parselogs.py
+++ b/meta/lib/oeqa/runtime/parselogs.py
@@ -63,6 +63,10 @@ ignore_errors = {
63 'mmci-pl18x: probe of fpga:0b failed with error -22', 63 'mmci-pl18x: probe of fpga:0b failed with error -22',
64 'Failed to load module "glx"' 64 'Failed to load module "glx"'
65 ] + common_errors, 65 ] + common_errors,
66 'qemuarm64' : [
67 'Fatal server error:',
68 '(EE) Server terminated with error (1). Closing log file.',
69 ] + common_errors,
66 'emenlow' : x86_common, 70 'emenlow' : x86_common,
67 'crownbay' : x86_common, 71 'crownbay' : x86_common,
68 'genericx86' : x86_common, 72 'genericx86' : x86_common,