diff options
author | California Sullivan <california.l.sullivan@intel.com> | 2017-04-21 15:18:36 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-11 16:59:19 +0100 |
commit | 0cff8d03ffa08efe1e8e9bf6aea37ecd8336cd6f (patch) | |
tree | 05aaf1430383bce5e64c9538d5df060a24759b44 /meta/lib/oeqa/runtime/cases | |
parent | 0100bfa01c3d7bf0c1638737c18c31888bf14552 (diff) | |
download | poky-0cff8d03ffa08efe1e8e9bf6aea37ecd8336cd6f.tar.gz |
parselogs: whitelist failed to enable keyboard error on intel-corei7-64
This error is seen on the Braswell RVP platform we have been using for
testing. The error is caused by atkbd.c keyboard driver, which is only
for AT and PS/2 keyboards. I tested a PS/2 keyboard with the board,
which worked fine, and the board does not have a separate AT connector,
so this error won't cause any functional issues.
[YOCTO #10110].
(From OE-Core rev: c9f83639242313ca04ec36b49602a8464e10dae8)
Signed-off-by: California Sullivan <california.l.sullivan@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/oeqa/runtime/cases')
-rw-r--r-- | meta/lib/oeqa/runtime/cases/parselogs.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/cases/parselogs.py b/meta/lib/oeqa/runtime/cases/parselogs.py index 8a9231f95d..c4d347d955 100644 --- a/meta/lib/oeqa/runtime/cases/parselogs.py +++ b/meta/lib/oeqa/runtime/cases/parselogs.py | |||
@@ -152,6 +152,7 @@ ignore_errors = { | |||
152 | 'Bluetooth: hci0: Setting Intel event mask failed', | 152 | 'Bluetooth: hci0: Setting Intel event mask failed', |
153 | 'ttyS2 - failed to request DMA', | 153 | 'ttyS2 - failed to request DMA', |
154 | 'Bluetooth: hci0: Failed to send firmware data (-38)', | 154 | 'Bluetooth: hci0: Failed to send firmware data (-38)', |
155 | 'atkbd serio0: Failed to enable keyboard on isa0060/serio0', | ||
155 | ] + x86_common, | 156 | ] + x86_common, |
156 | 'crownbay' : x86_common, | 157 | 'crownbay' : x86_common, |
157 | 'genericx86' : x86_common, | 158 | 'genericx86' : x86_common, |