mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
parselogs.py: whilelist one more amba error message
When using linux-yocto-dev, we will have one more amba error message for qemuarm, so ignore it too. (From OE-Core rev: 37cb293cf0f4194ec923d3bc4ebb9645f07536c0) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -113,6 +113,7 @@ ignore_errors = {
|
||||
'OF: amba_device_add() failed (-19) for /amba/sctl@101e0000',
|
||||
'OF: amba_device_add() failed (-19) for /amba/watchdog@101e1000',
|
||||
'OF: amba_device_add() failed (-19) for /amba/sci@101f0000',
|
||||
'OF: amba_device_add() failed (-19) for /amba/spi@101f4000',
|
||||
'OF: amba_device_add() failed (-19) for /amba/ssp@101f4000',
|
||||
'OF: amba_device_add() failed (-19) for /amba/fpga/sci@a000',
|
||||
'Failed to initialize \'/amba/timer@101e3000\': -22',
|
||||
|
||||
Reference in New Issue
Block a user