From: Yoann Congal <[email protected]> Kernel v6.6.130 commit fffdb0fece19 ("PCI: Use resource names in PCI log messages"), changed the PCI firmware bug warning format from:
[Firmware Bug]: reg 0x10: invalid BAR (can't size) to: [Firmware Bug]: BAR 0: invalid; can't size The new format makes parselogs flag an error. Add the new format to the qemu ignore list so the harmless warning no longer causes do_testimage failures on qemumips. Signed-off-by: Yoann Congal <[email protected]> --- meta/lib/oeqa/runtime/cases/parselogs-ignores-qemuall.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/lib/oeqa/runtime/cases/parselogs-ignores-qemuall.txt b/meta/lib/oeqa/runtime/cases/parselogs-ignores-qemuall.txt index b0c0fc9ddf4..c149959395b 100644 --- a/meta/lib/oeqa/runtime/cases/parselogs-ignores-qemuall.txt +++ b/meta/lib/oeqa/runtime/cases/parselogs-ignores-qemuall.txt @@ -13,6 +13,7 @@ FBIOPUT_VSCREENINFO failed, double buffering disabled # pci 0000:00:00.0: [Firmware Bug]: reg 0x20: invalid BAR (can't size) # pci 0000:00:00.0: [Firmware Bug]: reg 0x24: invalid BAR (can't size) invalid BAR (can't size) +invalid; can't size # These should be reviewed to see if they are still needed wrong ELF class
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#238909): https://lists.openembedded.org/g/openembedded-core/message/238909 Mute This Topic: https://lists.openembedded.org/mt/119834985/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
