From: Richard Purdie Date: Thu, 18 Aug 2016 07:53:25 +0000 (+0100) Subject: parselogs: Ignore amb_nb warning messages under qemux86* X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~24622 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=857f4ca134e4575e71993b4fa255ebafec612d1e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git parselogs: Ignore amb_nb warning messages under qemux86* Signed-off-by: Richard Purdie --- diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py index 9f954bce73a..1cfe8048743 100644 --- a/meta/lib/oeqa/runtime/parselogs.py +++ b/meta/lib/oeqa/runtime/parselogs.py @@ -62,6 +62,7 @@ qemux86_common = [ 'wrong ELF class', "fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.", "can't claim BAR ", + 'amd_nb: Cannot enumerate AMD northbridges', ] + common_errors ignore_errors = {