From: Richard Purdie Date: Thu, 18 Aug 2016 07:53:25 +0000 (+0100) Subject: parselogs: Ignore amb_nb warning messages under qemux86* X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2effeec9a7f689f03ab74421280335214f125869;p=openembedded-core.git parselogs: Ignore amb_nb warning messages under qemux86* (From OE-Core rev: 857f4ca134e4575e71993b4fa255ebafec612d1e) 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 4b4587ec6b..8e714a644b 100644 --- a/meta/lib/oeqa/runtime/parselogs.py +++ b/meta/lib/oeqa/runtime/parselogs.py @@ -63,6 +63,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 = {