]> code.ossystems Code Review - openembedded-core.git/commitdiff
parselogs.py: Add disabling eDP error to x86_common whitelist
authorCalifornia Sullivan <california.l.sullivan@intel.com>
Fri, 30 Sep 2016 23:40:51 +0000 (16:40 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 4 Oct 2016 23:17:12 +0000 (00:17 +0100)
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@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/runtime/parselogs.py

index 3bea310bbc342f690cd5dafa5f3fb2584653901f..8efe2d1de02af4fa9e864dbd68f12fb9c1b94845 100644 (file)
@@ -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 = [