summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime/parselogs.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/runtime/parselogs.py')
-rw-r--r--meta/lib/oeqa/runtime/parselogs.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py
index dec9ebe874..0e42353e71 100644
--- a/meta/lib/oeqa/runtime/parselogs.py
+++ b/meta/lib/oeqa/runtime/parselogs.py
@@ -55,6 +55,8 @@ x86_common = [
55 'Could not enable PowerButton event', 55 'Could not enable PowerButton event',
56 'probe of LNXPWRBN:00 failed with error -22', 56 'probe of LNXPWRBN:00 failed with error -22',
57 'pmd_set_huge: Cannot satisfy', 57 'pmd_set_huge: Cannot satisfy',
58 'failed to setup card detect gpio',
59 'amd_nb: Cannot enumerate AMD northbridges',
58] + common_errors 60] + common_errors
59 61
60qemux86_common = [ 62qemux86_common = [