diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-01 17:50:41 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-05 11:56:01 +0100 |
commit | 42e2b97441c456a4ae584b8632d5244f51c045ea (patch) | |
tree | 3837d0b88f913baab58c3cd486398ede59de6440 /meta/lib | |
parent | d9c2c02e96567bd634e2d7723f13c87a25b2dc5f (diff) | |
download | poky-42e2b97441c456a4ae584b8632d5244f51c045ea.tar.gz |
oeqa/parselogs: Add qemuarm64 warning from 4.8 kernel to whitelist
(From OE-Core rev: ae865fee26d2a32ae07236fc7aa1cf1b234a2156)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib')
-rw-r--r-- | meta/lib/oeqa/runtime/parselogs.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py index 2424da1274..1b9f6d0711 100644 --- a/meta/lib/oeqa/runtime/parselogs.py +++ b/meta/lib/oeqa/runtime/parselogs.py | |||
@@ -107,6 +107,7 @@ ignore_errors = { | |||
107 | 'Fatal server error:', | 107 | 'Fatal server error:', |
108 | '(EE) Server terminated with error (1). Closing log file.', | 108 | '(EE) Server terminated with error (1). Closing log file.', |
109 | 'dmi: Firmware registration failed.', | 109 | 'dmi: Firmware registration failed.', |
110 | 'irq: type mismatch, failed to map hwirq-27 for /intc', | ||
110 | ] + common_errors, | 111 | ] + common_errors, |
111 | 'emenlow' : [ | 112 | 'emenlow' : [ |
112 | '[Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness', | 113 | '[Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness', |