]> code.ossystems Code Review - openembedded-core.git/commitdiff
parselogs.py: Add failed to setup card detect gpio error on x86
authorCalifornia Sullivan <california.l.sullivan@intel.com>
Wed, 17 Aug 2016 05:14:55 +0000 (22:14 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 Aug 2016 08:27:14 +0000 (09:27 +0100)
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.

Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/runtime/parselogs.py

index 69d07834c9df9fabaeb4d5180bc2589c98a2b017..9f954bce73a4f53c4a6d5eefb74f843d8f41e6f2 100644 (file)
@@ -55,6 +55,7 @@ x86_common = [
     'Could not enable PowerButton event',
     'probe of LNXPWRBN:00 failed with error -22',
     'pmd_set_huge: Cannot satisfy',
+    'failed to setup card detect gpio',
 ] + common_errors
 
 qemux86_common = [