diff options
Diffstat (limited to 'meta/lib')
-rw-r--r-- | meta/lib/oeqa/runtime/parselogs.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py index 2d4a13375b..3bea310bbc 100644 --- a/meta/lib/oeqa/runtime/parselogs.py +++ b/meta/lib/oeqa/runtime/parselogs.py | |||
@@ -64,11 +64,7 @@ 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', | 67 | 'uvesafb: 5000 ms task timeout, infinitely waiting', |
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', | ||
72 | 'tsc: HPET/PMTIMER calibration failed', | 68 | 'tsc: HPET/PMTIMER calibration failed', |
73 | ] + common_errors | 69 | ] + common_errors |
74 | 70 | ||