[PATCH] oeqa parselogs: workaround devicetree bug on AMD KV260

Mikko Rapeli <[email protected]> Wed, 22 Jul 2026 11:44:04 +0300
Newsgroups org.yoctoproject.lists.poky
Message-ID <[email protected]>
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 <[email protected]>
---
 .../lib/oeqa/runtime/cases/parselogs-ignores-genericarm64.txt   | 2 ++
 1 file changed, 2 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 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
-- 
2.53.0