[oe-commits] [openembedded-core] 20/20: parselogs: Ignore amb_nb warning messages under qemux86*

git at git.openembedded.org git at git.openembedded.org
Thu Aug 18 08:28:50 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 857f4ca134e4575e71993b4fa255ebafec612d1e
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Thu Aug 18 08:53:25 2016 +0100

    parselogs: Ignore amb_nb warning messages under qemux86*
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/lib/oeqa/runtime/parselogs.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py
index 9f954bc..1cfe804 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 = { 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list