[oe-commits] [openembedded-core] 19/20: parselogs.py: Add failed to setup card detect gpio error on x86

git at git.openembedded.org git at git.openembedded.org
Thu Aug 18 08:28:49 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit d577028a1d756b70da056dee73df657cf8000baf
Author: California Sullivan <california.l.sullivan at intel.com>
AuthorDate: Tue Aug 16 22:14:55 2016 -0700

    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.
    
    Signed-off-by: California Sullivan <california.l.sullivan at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/lib/oeqa/runtime/parselogs.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py
index 69d0783..9f954bc 100644
--- a/meta/lib/oeqa/runtime/parselogs.py
+++ b/meta/lib/oeqa/runtime/parselogs.py
@@ -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 = [

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list