summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/lib/oeqa/runtime/parselogs.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py
index 8e714a644b..32cc9f0e6c 100644
--- a/meta/lib/oeqa/runtime/parselogs.py
+++ b/meta/lib/oeqa/runtime/parselogs.py
@@ -64,6 +64,11 @@ qemux86_common = [
64 "fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.", 64 "fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.",
65 "can't claim BAR ", 65 "can't claim BAR ",
66 'amd_nb: Cannot enumerate AMD northbridges', 66 'amd_nb: Cannot enumerate AMD northbridges',
67 'uvesafb: 5000 ms task timeout error',
68 'detected fb_set_par error, error code: -22',
69 'Getting VBE info block failed',
70 'vbe_init() failed with -22',
71 'uvesafb: mode switch failed',
67] + common_errors 72] + common_errors
68 73
69ignore_errors = { 74ignore_errors = {