summaryrefslogtreecommitdiffstats
path: root/meta/lib
diff options
context:
space:
mode:
authorJon Mason <jdmason@kudzu.us>2022-08-17 12:00:31 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-08-31 16:54:17 +0100
commit1983fc67f50149e1ba498ea4c481a0751ac2353e (patch)
tree00551cd293ce43c44e27193d81a8db317c8c22b9 /meta/lib
parent371147d7c08d8f0e16bea0379f085200d852201c (diff)
downloadpoky-1983fc67f50149e1ba498ea4c481a0751ac2353e.tar.gz
oeqa/parselogs: add qemuarmv5 arm-charlcd masking
On qemuarmv5, arm-charlcd is logging an error because the device isn't present on the virtual machine. Mask it off, as that device could be present on the physical hardware (and we want to use the same kernel config as the real hardware). (From OE-Core rev: 752667a50f81fa6aeb1312667b6c0efe883f8564) Signed-off-by: Jon Mason <jdmason@kudzu.us> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit c03c33a4032f995a288f7287e79f43fcd3140aa1) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib')
-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 1f9365f3a8..a33d645155 100644
--- a/meta/lib/oeqa/runtime/cases/parselogs.py
+++ b/meta/lib/oeqa/runtime/cases/parselogs.py
@@ -140,6 +140,7 @@ ignore_errors = {
140 'Failed to initialize \'/amba/timer@101e3000\': -22', 140 'Failed to initialize \'/amba/timer@101e3000\': -22',
141 'jitterentropy: Initialization failed with host not compliant with requirements: 2', 141 'jitterentropy: Initialization failed with host not compliant with requirements: 2',
142 'clcd-pl11x: probe of 10120000.display failed with error -2', 142 'clcd-pl11x: probe of 10120000.display failed with error -2',
143 'arm-charlcd 10008000.lcd: error -ENXIO: IRQ index 0 not found'
143 ] + common_errors, 144 ] + common_errors,
144 'qemuarm64' : [ 145 'qemuarm64' : [
145 'Fatal server error:', 146 'Fatal server error:',