mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
parselogs.py: Add disabling eDP error to x86_common whitelist
The NUC6 firmware tells the kernel to try and initialize an embedded DisplayPort it does not have, causing this warning. Its harmless, so just whitelist it. Fixes [YOCTO #9434]. (From OE-Core rev: 4c3fb7f63aad4a5d1b9720c76091cd0646859c2a) Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f205384495
commit
ed12917d59
@@ -57,6 +57,7 @@ x86_common = [
|
|||||||
'pmd_set_huge: Cannot satisfy',
|
'pmd_set_huge: Cannot satisfy',
|
||||||
'failed to setup card detect gpio',
|
'failed to setup card detect gpio',
|
||||||
'amd_nb: Cannot enumerate AMD northbridges',
|
'amd_nb: Cannot enumerate AMD northbridges',
|
||||||
|
'failed to retrieve link info, disabling eDP',
|
||||||
] + common_errors
|
] + common_errors
|
||||||
|
|
||||||
qemux86_common = [
|
qemux86_common = [
|
||||||
|
|||||||
Reference in New Issue
Block a user