| Message ID | 20260722084404.701983-1-mikko.rapeli@linaro.org (mailing list archive) |
|---|---|
| State | New |
| Headers | show |
| Series | oeqa parselogs: workaround devicetree bug on AMD KV260 | expand |
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 623af74b..f2d08800 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 @@ -12,6 +12,8 @@ Can't lookup blockdev modeset(0): failed to set mode: Invalid argument # minor USB setup issue device descriptor read/64, error +# devicetree bug https://bugzilla.kernel.org/show_bug.cgi?id=221586 +conf-cd: cannot have multiple bias configurations # Rockpi4b with u-boot 2025.10rc2 based firmware memory-controller: probe with driver rk3399-dmc-freq failed with error
Kernel 7.0 and later have a new runtime check for some devicetree issues. On AMD KV260 this issue has been reported and fix is making its way to upstream kernel and will later be picked up by u-boot UEFI firmware. The process takes a long time so workaround the error in parselogs-ignores-genericarm64.txt for now. Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> --- .../lib/oeqa/runtime/cases/parselogs-ignores-genericarm64.txt | 2 ++ 1 file changed, 2 insertions(+)