diff options
author | California Sullivan <california.l.sullivan@intel.com> | 2016-08-16 22:14:55 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-18 09:27:54 +0100 |
commit | 56e53db4d9fe1679a4fa319fb483080de7bec61c (patch) | |
tree | 3d5f3d09827a977cc6f3710cc81e885776c582ff /meta | |
parent | a9b2c9d83aa7b1c6eb7a8c5cb929518c26ad75ce (diff) | |
download | poky-56e53db4d9fe1679a4fa319fb483080de7bec61c.tar.gz |
parselogs.py: Add failed to setup card detect gpio error on x86
This error has occurred on the MinnowBoard Max and Turbot since its
inception. It supposedly indicates a non-working SD card reader, but
ours works fine. Whitelist the error.
(From OE-Core rev: d577028a1d756b70da056dee73df657cf8000baf)
Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 69d07834c9..9f954bce73 100644 --- a/meta/lib/oeqa/runtime/parselogs.py +++ b/meta/lib/oeqa/runtime/parselogs.py | |||
@@ -55,6 +55,7 @@ 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', | ||
58 | ] + common_errors | 59 | ] + common_errors |
59 | 60 | ||
60 | qemux86_common = [ | 61 | qemux86_common = [ |