1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-01-11 15:00:39 +00:00

meta-arm-bsp/oeqa: ignore new PCI warnings

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>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Ross Burton
2026-01-06 16:59:15 +00:00
committed by Jon Mason
parent 54d84b7900
commit d908c2bc5f

View File

@@ -6,3 +6,6 @@ efifb: cannot reserve video memory at 0x80000000
# TODO: debug why this sometimes happens # TODO: debug why this sometimes happens
failed to find screen to remove 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