From: Chen Qi Date: Wed, 16 Jan 2019 08:54:29 +0000 (+0800) Subject: parselogs.py: whilelist one more amba error message X-Git-Tag: uninative-2.4~597 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=37cb293cf0f4194ec923d3bc4ebb9645f07536c0;p=openembedded-core.git 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. Signed-off-by: Chen Qi Signed-off-by: Richard Purdie --- diff --git a/meta/lib/oeqa/runtime/cases/parselogs.py b/meta/lib/oeqa/runtime/cases/parselogs.py index f6e9820cdc..3d72e20934 100644 --- a/meta/lib/oeqa/runtime/cases/parselogs.py +++ b/meta/lib/oeqa/runtime/cases/parselogs.py @@ -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',