diff options
author | Saul Wold <sgw@linux.intel.com> | 2016-03-18 10:40:01 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-20 23:12:31 +0000 |
commit | 90234f1931e422675b8e52fcd1408c805fa594ee (patch) | |
tree | 95913e0289edf26a506e40b1482dec9e2ba5792e /meta/lib | |
parent | 13a2a3f90d5cd75c528ffcd19d36686f952acfe6 (diff) | |
download | poky-90234f1931e422675b8e52fcd1408c805fa594ee.tar.gz |
parselogs: add new whitelist entries to address 4.4.3 issues
This message appears on older hardware and is a benign warning
[YOCTO #9179]
(From OE-Core rev: e941853e3dd9e498dcf486686d30cd07d65d83fb)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
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 431c436d62..32d9081ead 100644 --- a/meta/lib/oeqa/runtime/parselogs.py +++ b/meta/lib/oeqa/runtime/parselogs.py | |||
@@ -54,6 +54,7 @@ x86_common = [ | |||
54 | 'wrong ELF class', | 54 | 'wrong ELF class', |
55 | 'Could not enable PowerButton event', | 55 | 'Could not enable PowerButton event', |
56 | 'probe of LNXPWRBN:00 failed with error -22', | 56 | 'probe of LNXPWRBN:00 failed with error -22', |
57 | 'pmd_set_huge: Cannot satisfy', | ||
57 | ] + common_errors | 58 | ] + common_errors |
58 | 59 | ||
59 | qemux86_common = [ | 60 | qemux86_common = [ |