From ed4b202b11fd18e18502fe4e90f421dce4db8b44 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 4 Jan 2024 12:55:44 +0000 Subject: [PATCH] oeqa/parselogs-ignores-qemuarmv5: add comments and organise Add a comment explaining why we need the jitterentropy ignore. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- .../oeqa/runtime/cases/parselogs-ignores-qemuarmv5.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/meta/lib/oeqa/runtime/cases/parselogs-ignores-qemuarmv5.txt b/meta/lib/oeqa/runtime/cases/parselogs-ignores-qemuarmv5.txt index e5d526be21d..ed91107b7da 100644 --- a/meta/lib/oeqa/runtime/cases/parselogs-ignores-qemuarmv5.txt +++ b/meta/lib/oeqa/runtime/cases/parselogs-ignores-qemuarmv5.txt @@ -1,6 +1,10 @@ +# Code is 2 JENT_ECOARSETIME: Timer too coarse for RNG. +jitterentropy: Initialization failed with host not compliant with requirements: 2 + # These should be reviewed to see if they are still needed mmci-pl18x: probe of fpga:05 failed with error -22 mmci-pl18x: probe of fpga:0b failed with error -22 + OF: amba_device_add() failed (-19) for /amba/smc@10100000 OF: amba_device_add() failed (-19) for /amba/mpmc@10110000 OF: amba_device_add() failed (-19) for /amba/sctl@101e0000 @@ -10,6 +14,6 @@ OF: amba_device_add() failed (-19) for /amba/spi@101f4000 OF: amba_device_add() failed (-19) for /amba/ssp@101f4000 OF: amba_device_add() failed (-19) for /amba/fpga/sci@a000 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 \ No newline at end of file +arm-charlcd 10008000.lcd: error -ENXIO: IRQ index 0 not found -- 2.47.3