diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-16 23:53:38 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-16 23:54:05 +0000 |
commit | 152914f2983c5d69001de1d46ce99547fa1e75fe (patch) | |
tree | 6fb57f322ee2fead8868526000bb0cd3d3ac8723 /meta/lib | |
parent | 683ea31ac752ab377a8622970dd82e284ff0fb81 (diff) | |
download | poky-152914f2983c5d69001de1d46ce99547fa1e75fe.tar.gz |
oeqa/parselogs: Whitelist dmi firmware failure message in 4.4 kernels
(From OE-Core rev: 31af4a37c429bb1db8bfc64242b2963220f9a0e1)
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 5a2d50f0a3..1baf660b27 100644 --- a/meta/lib/oeqa/runtime/parselogs.py +++ b/meta/lib/oeqa/runtime/parselogs.py | |||
@@ -80,6 +80,7 @@ ignore_errors = { | |||
80 | 'qemuarm64' : [ | 80 | 'qemuarm64' : [ |
81 | 'Fatal server error:', | 81 | 'Fatal server error:', |
82 | '(EE) Server terminated with error (1). Closing log file.', | 82 | '(EE) Server terminated with error (1). Closing log file.', |
83 | 'dmi: Firmware registration failed.', | ||
83 | ] + common_errors, | 84 | ] + common_errors, |
84 | 'emenlow' : [ | 85 | 'emenlow' : [ |
85 | '[Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness', | 86 | '[Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness', |