[PATCH 2/2] meta-arm-bsp/oeqa: ignore new PCI warnings
Ross Burton <[email protected]> Tue, 6 Jan 2026 16:59:15 +0000
| Newsgroups | org.yoctoproject.lists.meta-arm |
|---|---|
| Message-ID | <[email protected]> |
The PCI subsystem with 6.18 is now warning on boot: PCI: OF: of_root node is NULL, cannot create PCI host bridge node Until this can be root-caused, ignore it. Signed-off-by: Ross Burton <[email protected]> --- .../lib/oeqa/runtime/cases/parselogs-ignores-sbsa-ref.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-arm-bsp/lib/oeqa/runtime/cases/parselogs-ignores-sbsa-ref.txt b/meta-arm-bsp/lib/oeqa/runtime/cases/parselogs-ignores-sbsa-ref.txt index 42d1bbeed8..fab5cc6233 100644 --- a/meta-arm-bsp/lib/oeqa/runtime/cases/parselogs-ignores-sbsa-ref.txt +++ b/meta-arm-bsp/lib/oeqa/runtime/cases/parselogs-ignores-sbsa-ref.txt @@ -6,3 +6,6 @@ efifb: cannot reserve video memory at 0x80000000 # TODO: debug why this sometimes happens failed to find screen to remove + +# appears with upgrade to kernel 6.18 +PCI: OF: of_root node is NULL, cannot create PCI host bridge node -- 2.43.0