From: California Sullivan Date: Wed, 17 Aug 2016 05:14:55 +0000 (-0700) Subject: parselogs.py: Add failed to setup card detect gpio error on x86 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~24623 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d577028a1d756b70da056dee73df657cf8000baf;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py index 69d07834c9d..9f954bce73a 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 = [