mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
371147d7c0
commit
1983fc67f5
@@ -140,6 +140,7 @@ ignore_errors = {
|
||||
'Failed to initialize \'/amba/timer@101e3000\': -22',
|
||||
'jitterentropy: Initialization failed with host not compliant with requirements: 2',
|
||||
'clcd-pl11x: probe of 10120000.display failed with error -2',
|
||||
'arm-charlcd 10008000.lcd: error -ENXIO: IRQ index 0 not found'
|
||||
] + common_errors,
|
||||
'qemuarm64' : [
|
||||
'Fatal server error:',
|
||||
|
||||
Reference in New Issue
Block a user