From 857f4ca134e4575e71993b4fa255ebafec612d1e Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 18 Aug 2016 08:53:25 +0100 Subject: parselogs: Ignore amb_nb warning messages under qemux86* Signed-off-by: Richard Purdie --- meta/lib/oeqa/runtime/parselogs.py | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/lib/oeqa/runtime/parselogs.py') diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py index 9f954bce73..1cfe804874 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 = { -- cgit 1.2.3-korg