| Message ID | 20260106165915.1001317-2-ross.burton@arm.com |
|---|---|
| State | New |
| Headers | show |
| Series | [1/2] meta-arm/oeqa: ignore initrd warning in qemuarm64-secureboot | expand |
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
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 <ross.burton@arm.com> --- .../lib/oeqa/runtime/cases/parselogs-ignores-sbsa-ref.txt | 3 +++ 1 file changed, 3 insertions(+)