[OE-core] [PATCH 1/1] parselogs.py: whilelist one more amba error message

Chen Qi Qi.Chen at windriver.com
Wed Jan 16 08:54:29 UTC 2019


When using linux-yocto-dev, we will have one more amba error message
for qemuarm, so ignore it too.

Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
---
 meta/lib/oeqa/runtime/cases/parselogs.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/lib/oeqa/runtime/cases/parselogs.py b/meta/lib/oeqa/runtime/cases/parselogs.py
index f6e9820..3d72e20 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 at 101e0000',
         'OF: amba_device_add() failed (-19) for /amba/watchdog at 101e1000',
         'OF: amba_device_add() failed (-19) for /amba/sci at 101f0000',
+        'OF: amba_device_add() failed (-19) for /amba/spi at 101f4000',
         'OF: amba_device_add() failed (-19) for /amba/ssp at 101f4000',
         'OF: amba_device_add() failed (-19) for /amba/fpga/sci at a000',
         'Failed to initialize \'/amba/timer at 101e3000\': -22',
-- 
1.9.1



More information about the Openembedded-core mailing list