mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
a9b2c9d83a
commit
56e53db4d9
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user