* [PATCH 0/1] parselogs.py: whilelist one more amba error message
@ 2019-01-16 8:54 Chen Qi
2019-01-16 8:54 ` [PATCH 1/1] " Chen Qi
0 siblings, 1 reply; 2+ messages in thread
From: Chen Qi @ 2019-01-16 8:54 UTC (permalink / raw)
To: openembedded-core
*** BLURB HERE ***
The following changes since commit 1ee53881eea3a7ca4d4f6a5ca9c4c6e6488d2348:
perl: fix yet another race failure (2019-01-14 17:38:24 +0000)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib ChenQi/qemuarm-parselogs
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/qemuarm-parselogs
Chen Qi (1):
parselogs.py: whilelist one more amba error message
meta/lib/oeqa/runtime/cases/parselogs.py | 1 +
1 file changed, 1 insertion(+)
--
1.9.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] parselogs.py: whilelist one more amba error message
2019-01-16 8:54 [PATCH 0/1] parselogs.py: whilelist one more amba error message Chen Qi
@ 2019-01-16 8:54 ` Chen Qi
0 siblings, 0 replies; 2+ messages in thread
From: Chen Qi @ 2019-01-16 8:54 UTC (permalink / raw)
To: openembedded-core
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@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@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',
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-01-16 8:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-16 8:54 [PATCH 0/1] parselogs.py: whilelist one more amba error message Chen Qi
2019-01-16 8:54 ` [PATCH 1/1] " Chen Qi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox