summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa
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-21 22:51:41 +0100
commit7bde98700f8fc559886f833988de64492493eabb (patch)
tree742f3fc42640d06312dd32976f25767b5f29e9c2 /meta/lib/oeqa
parent51d8e0e20e2965517a64e954d51a23be52e5f4f3 (diff)
downloadpoky-7bde98700f8fc559886f833988de64492493eabb.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: c03c33a4032f995a288f7287e79f43fcd3140aa1) 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>
Diffstat (limited to 'meta/lib/oeqa')
-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 15dda7947f..d82585c90e 100644
--- a/meta/lib/oeqa/runtime/cases/parselogs.py
+++ b/meta/lib/oeqa/runtime/cases/parselogs.py
@@ -142,6 +142,7 @@ ignore_errors = {
142 'Failed to initialize \'/amba/timer@101e3000\': -22', 142 'Failed to initialize \'/amba/timer@101e3000\': -22',
143 'jitterentropy: Initialization failed with host not compliant with requirements: 2', 143 'jitterentropy: Initialization failed with host not compliant with requirements: 2',
144 'clcd-pl11x: probe of 10120000.display failed with error -2', 144 'clcd-pl11x: probe of 10120000.display failed with error -2',
145 'arm-charlcd 10008000.lcd: error -ENXIO: IRQ index 0 not found'
145 ] + common_errors, 146 ] + common_errors,
146 'qemuarm64' : [ 147 'qemuarm64' : [
147 'Fatal server error:', 148 'Fatal server error:',