[PATCH v2 4/9] parselogs-ignores-genericarm64.txt: add workarounds for NXP imx8mp
Mikko Rapeli <[email protected]> Fri, 10 Oct 2025 16:52:33 +0300
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <[email protected]> |
u-boot 2025.10rc2 based firmware from meta-ts https://gitlab.com/Linaro/trustedsubstrate/meta-ts triggers some non-fatal errors from various drivers. Ignore them for now since all other oeqa runtime tests pass since in genericarm64 we don't build this firmware. Signed-off-by: Mikko Rapeli <[email protected]> --- .../runtime/cases/parselogs-ignores-genericarm64.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/meta-yocto-bsp/lib/oeqa/runtime/cases/parselogs-ignores-genericarm64.txt b/meta-yocto-bsp/lib/oeqa/runtime/cases/parselogs-ignores-genericarm64.txt index 2c96ac0651..594c94d495 100644 --- a/meta-yocto-bsp/lib/oeqa/runtime/cases/parselogs-ignores-genericarm64.txt +++ b/meta-yocto-bsp/lib/oeqa/runtime/cases/parselogs-ignores-genericarm64.txt @@ -30,3 +30,15 @@ deferred probe pending: xilinx-psgtr: Failed to get ref clock # TI k3 am62p5-sk with u-boot 2024.04-ti # small issue in devicetree OPP table can't be empty + +# NXP imx8mp verdin with u-boot 2025.10rc2 +# RTC detection issue +oscillator failed, set time! +# uart issue +serial: failed to get ipg clk +# GPIO driver/dt issue +failed writing register: -6 +# Audio codec issue +nau8822 3-001a: Failed to issue reset +# Audio devicetree issue +platform sound: deferred probe pending: asoc-simple-card: parse error -- 2.34.1