summaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
authorCalifornia Sullivan <california.l.sullivan@intel.com>2017-04-21 15:18:36 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-04-28 11:32:21 +0100
commitf0dcc27ce2377d0a3fb706fe8952718f4a3ab440 (patch)
tree03a38128ce2c3792f7895890b7458c7ef67d80de /meta
parent7cdb98b28453be95020e92701502fc0cbcf1287d (diff)
downloadopenembedded-core-f0dcc27ce2377d0a3fb706fe8952718f4a3ab440.tar.gz
openembedded-core-f0dcc27ce2377d0a3fb706fe8952718f4a3ab440.tar.bz2
openembedded-core-f0dcc27ce2377d0a3fb706fe8952718f4a3ab440.zip
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]. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/lib/oeqa/runtime/cases/parselogs.py1
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 = {
'Bluetooth: hci0: Setting Intel event mask failed',
'ttyS2 - failed to request DMA',
'Bluetooth: hci0: Failed to send firmware data (-38)',
+ 'atkbd serio0: Failed to enable keyboard on isa0060/serio0',
] + x86_common,
'crownbay' : x86_common,
'genericx86' : x86_common,