[oe-commits] Richard Purdie : oeqa/parselogs: Add exception for new mips error message

git at git.openembedded.org git at git.openembedded.org
Sat Feb 21 22:06:02 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: 2a0a14275ca00b2d3ca867c82548a41e3bb10986
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=2a0a14275ca00b2d3ca867c82548a41e3bb10986

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Fri Feb 20 18:16:10 2015 +0000

oeqa/parselogs: Add exception for new mips error message

The 3.19 kernel introduces this error, ignore it for now.

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 2953742..b1dcc1e 100644
--- a/meta/lib/oeqa/runtime/parselogs.py
+++ b/meta/lib/oeqa/runtime/parselogs.py
@@ -48,6 +48,7 @@ ignore_errors = {
     'qemux86-64' : qemux86_common,
     'qemumips' : [
         'Failed to load module "glx"',
+        'pci 0000:00:00.0: [Firmware Bug]: reg 0x..: invalid BAR (can\'t size)',
         ] + common_errors,
     'qemuppc' : [
         'PCI 0000:00 Cannot reserve Legacy IO [io  0x0000-0x0fff]',



More information about the Openembedded-commits mailing list