diff options
| author | Mikko Rapeli <mikko.rapeli@linaro.org> | 2025-10-10 16:52:33 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-10-13 23:29:52 +0100 |
| commit | 3e48365f409a6d566b84927f8aa2d4784fd8812f (patch) | |
| tree | aefeab82f5eeaaa17ccc9c6648c851499e62933f | |
| parent | 1f92e7fd5daa07f7103ba477e380a10540d0f636 (diff) | |
| download | poky-3e48365f409a6d566b84927f8aa2d4784fd8812f.tar.gz | |
parselogs-ignores-genericarm64.txt: add workarounds for NXP imx8mp
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.
(From meta-yocto rev: 0b15a104ea04acd79b87f7cf3da96f637dafdef4)
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta-yocto-bsp/lib/oeqa/runtime/cases/parselogs-ignores-genericarm64.txt | 12 |
1 files changed, 12 insertions, 0 deletions
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 | |||
| 30 | # TI k3 am62p5-sk with u-boot 2024.04-ti | 30 | # TI k3 am62p5-sk with u-boot 2024.04-ti |
| 31 | # small issue in devicetree | 31 | # small issue in devicetree |
| 32 | OPP table can't be empty | 32 | OPP table can't be empty |
| 33 | |||
| 34 | # NXP imx8mp verdin with u-boot 2025.10rc2 | ||
| 35 | # RTC detection issue | ||
| 36 | oscillator failed, set time! | ||
| 37 | # uart issue | ||
| 38 | serial: failed to get ipg clk | ||
| 39 | # GPIO driver/dt issue | ||
| 40 | failed writing register: -6 | ||
| 41 | # Audio codec issue | ||
| 42 | nau8822 3-001a: Failed to issue reset | ||
| 43 | # Audio devicetree issue | ||
| 44 | platform sound: deferred probe pending: asoc-simple-card: parse error | ||
