[oe-commits] [openembedded-core] 01/05: parselogs.py: whilelist one more amba error message

git at git.openembedded.org git at git.openembedded.org
Wed Jan 16 11:11:25 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 37cb293cf0f4194ec923d3bc4ebb9645f07536c0
Author: Chen Qi <Qi.Chen at windriver.com>
AuthorDate: Wed Jan 16 16:54:29 2019 +0800

    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 <Qi.Chen at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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',

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list