diff options
-rw-r--r-- | meta/lib/oeqa/runtime/parselogs.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py index 9f954bce73..1cfe804874 100644 --- a/meta/lib/oeqa/runtime/parselogs.py +++ b/meta/lib/oeqa/runtime/parselogs.py | |||
@@ -62,6 +62,7 @@ qemux86_common = [ | |||
62 | 'wrong ELF class', | 62 | 'wrong ELF class', |
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 | ] + common_errors | 66 | ] + common_errors |
66 | 67 | ||
67 | ignore_errors = { | 68 | ignore_errors = { |