summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/lib/oeqa/runtime/parselogs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py
index 4b4587ec6b..8e714a644b 100644
--- a/meta/lib/oeqa/runtime/parselogs.py
+++ b/meta/lib/oeqa/runtime/parselogs.py
@@ -63,6 +63,7 @@ qemux86_common = [
63 'wrong ELF class', 63 'wrong ELF class',
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] + common_errors 67] + common_errors
67 68
68ignore_errors = { 69ignore_errors = {