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