[oe-commits] [openembedded-core] 59/65: oeqa/parselogs: Add qemuarm64 warning from 4.8 kernel to whitelist

git at git.openembedded.org git at git.openembedded.org
Thu Sep 1 21:33:09 UTC 2016


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

commit 8cb518866826fca8f0799ff4852b2ad0a24bc098
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