diff options
| author | Mikko Rapeli <mikko.rapeli@linaro.org> | 2025-10-10 16:52:31 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-10-13 23:29:52 +0100 |
| commit | a39acbdcb752f450ae7cc1ab43b65d7a65907264 (patch) | |
| tree | f41ea605bff51f8892ff962ae2630d99dc4b1f7c /meta-yocto-bsp/lib/oeqa | |
| parent | 4f18298d25f5dc8926a171f9ed21c900313c2504 (diff) | |
| download | poky-a39acbdcb752f450ae7cc1ab43b65d7a65907264.tar.gz | |
parselogs-ignores-genericarm64.txt: add workarounds for AMD zcu102
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: 6fc9c8e2a8b23877c2cd2bac43d37dcaf5b6c8ef)
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/lib/oeqa')
| -rw-r--r-- | meta-yocto-bsp/lib/oeqa/runtime/cases/parselogs-ignores-genericarm64.txt | 8 |
1 files changed, 8 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 48e3a25f59..c1e471f14c 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 | |||
| @@ -18,3 +18,11 @@ platform hdmi-sound: deferred probe pending: asoc-simple-card: parse error | |||
| 18 | deferred probe pending: rockchip-spi: Failed to request optional TX DMA channel | 18 | deferred probe pending: rockchip-spi: Failed to request optional TX DMA channel |
| 19 | platform sound: deferred probe pending: asoc-audio-graph-card: parse error | 19 | platform sound: deferred probe pending: asoc-audio-graph-card: parse error |
| 20 | platform sound-dit: deferred probe pending: asoc-audio-graph-card: parse error | 20 | platform sound-dit: deferred probe pending: asoc-audio-graph-card: parse error |
| 21 | |||
| 22 | # AMD zcu102 with u-boot 2025.10rc2 based firmware | ||
| 23 | # optee not available on all devices | ||
| 24 | optee firmware:optee: probe with driver optee failed with error | ||
| 25 | # SPI device probe error | ||
| 26 | spi_master spi0: Failed to create SPI device for | ||
| 27 | # PHY clock not correct | ||
| 28 | deferred probe pending: xilinx-psgtr: Failed to get ref clock | ||
