mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-01-11 15:00:13 +00:00
oeqa: Add 5.4 specific error messages to ignore list
with 5.4 fd580000.genet has been replaced with fd580000.ethernet in the error text Fixes https://github.com/raspberrypi/linux/issues/3884 Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -4,6 +4,9 @@ rpi_errors = [
|
||||
'bcmgenet fd580000.genet: failed to get enet-eee clock',
|
||||
'bcmgenet fd580000.genet: failed to get enet-wol clock',
|
||||
'bcmgenet fd580000.genet: failed to get enet clock',
|
||||
'bcmgenet fd580000.ethernet: failed to get enet-eee clock',
|
||||
'bcmgenet fd580000.ethernet: failed to get enet-wol clock',
|
||||
'bcmgenet fd580000.ethernet: failed to get enet clock',
|
||||
]
|
||||
|
||||
ignore_errors['raspberrypi4'] = rpi_errors + common_errors
|
||||
|
||||
Reference in New Issue
Block a user