[oe-commits] [openembedded-core] 14/17: parselogs.py: Add disabling eDP error to x86_common whitelist

git at git.openembedded.org git at git.openembedded.org
Tue Oct 4 23:19:21 UTC 2016


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

commit 4c3fb7f63aad4a5d1b9720c76091cd0646859c2a
Author: California Sullivan <california.l.sullivan at intel.com>
AuthorDate: Fri Sep 30 16:40:51 2016 -0700

    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].
    
    Signed-off-by: California Sullivan <california.l.sullivan at intel.com>
    Signed-off-by: Ross Burton <ross.burton 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 3bea310..8efe2d1 100644
--- a/meta/lib/oeqa/runtime/parselogs.py
+++ b/meta/lib/oeqa/runtime/parselogs.py
@@ -57,6 +57,7 @@ x86_common = [
     'pmd_set_huge: Cannot satisfy',
     'failed to setup card detect gpio',
     'amd_nb: Cannot enumerate AMD northbridges',
+    'failed to retrieve link info, disabling eDP',
 ] + 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