From: California Sullivan Date: Fri, 30 Sep 2016 23:40:51 +0000 (-0700) Subject: parselogs.py: Add disabling eDP error to x86_common whitelist X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=117bd3402001878314317a58d583b55f238a4cd8;p=openembedded-core.git 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 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster --- diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py index 477b0511d2..99e55d925f 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 = [