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

git at git.openembedded.org git at git.openembedded.org
Tue Nov 8 23:48:15 UTC 2016


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

commit 2effeec9a7f689f03ab74421280335214f125869
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*
    
    (From OE-Core rev: 857f4ca134e4575e71993b4fa255ebafec612d1e)
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 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 4b4587e..8e714a6 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 = { 

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


More information about the Openembedded-commits mailing list