mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
oeqa/parselogs: Ignore device node warnings on mips
THe newner kernels have ope firmware support enabled which leads to warnings during boot on mips. These aren't interesting and we should ignore them. (From OE-Core rev: 4ba9a6ffb4e7f6c7eee47aa13252fd981cfe5618) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -86,9 +86,11 @@ ignore_errors = {
|
||||
'qemumips' : [
|
||||
'Failed to load module "glx"',
|
||||
'pci 0000:00:00.0: [Firmware Bug]: reg 0x..: invalid BAR (can\'t size)',
|
||||
'cacheinfo: Failed to find cpu0 device node',
|
||||
] + common_errors,
|
||||
'qemumips64' : [
|
||||
'pci 0000:00:00.0: [Firmware Bug]: reg 0x..: invalid BAR (can\'t size)',
|
||||
'cacheinfo: Failed to find cpu0 device node',
|
||||
] + common_errors,
|
||||
'qemuppc' : [
|
||||
'PCI 0000:00 Cannot reserve Legacy IO [io 0x0000-0x0fff]',
|
||||
|
||||
Reference in New Issue
Block a user