[oe-commits] [openembedded-core] branch master-next updated: oeqa/parselogs: Add qemuarm64 warning from 4.8 kernel to whitelist

git at git.openembedded.org git at git.openembedded.org
Thu Sep 1 16:52:36 UTC 2016


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

The following commit(s) were added to refs/heads/master-next by this push:
       new  39fd4fe   oeqa/parselogs: Add qemuarm64 warning from 4.8 kernel to whitelist
39fd4fe is described below

commit 39fd4fe9ef90141c015c0172dd12e41d81859c20
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Thu Sep 1 17:50:41 2016 +0100

    oeqa/parselogs: Add qemuarm64 warning from 4.8 kernel to whitelist
    
    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 2424da1..1b9f6d0 100644
--- a/meta/lib/oeqa/runtime/parselogs.py
+++ b/meta/lib/oeqa/runtime/parselogs.py
@@ -107,6 +107,7 @@ ignore_errors = {
         'Fatal server error:',
         '(EE) Server terminated with error (1). Closing log file.',
         'dmi: Firmware registration failed.',
+        'irq: type mismatch, failed to map hwirq-27 for /intc',
         ] + common_errors,
     'emenlow' : [
         '[Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness',

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


More information about the Openembedded-commits mailing list