From: California Sullivan Date: Fri, 23 Sep 2016 18:15:00 +0000 (-0700) Subject: parselogs.py: Add amd_nb error to x86_common whitelist X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~24060 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c432dae1045a087f8eb2de7c9bd3a9cbd46c459;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git parselogs.py: Add amd_nb error to x86_common whitelist This has always silently failed on hardware without AMD Northbridge, and a recent kernel patch made it not silent. It would be ideal to only whitelist the error for genericx86 MACHINEs and disable the CONFIG option that enables it in intel-* MACHINEs, but in order to disable this configuration option we would have to enable EXPERT and DEBUG_KERNEL, which we don't want. Instead just whitelist it on all x86 MACHINEs. Fixes [YOCTO #10261]. Signed-off-by: California Sullivan Signed-off-by: Richard Purdie --- diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py index 763c42fde9b..2d4a13375b9 100644 --- a/meta/lib/oeqa/runtime/parselogs.py +++ b/meta/lib/oeqa/runtime/parselogs.py @@ -56,6 +56,7 @@ x86_common = [ 'probe of LNXPWRBN:00 failed with error -22', 'pmd_set_huge: Cannot satisfy', 'failed to setup card detect gpio', + 'amd_nb: Cannot enumerate AMD northbridges', ] + common_errors qemux86_common = [