On Mon, Mar 16, 2020 at 12:12 PM akuster808 <[email protected]> wrote: > > > > On 3/16/20 12:06 PM, Khem Raj wrote: > > rpi had additional diagnostics which should be ignored [1] > > > > [1] https://github.com/raspberrypi/linux/issues/3195 > > So does this mean OE will take similar patches for every BSP in the world? >
suggest a better way and I will do that in BSP layer. > - armin > > > > Signed-off-by: Khem Raj <[email protected]> > > --- > > meta/lib/oeqa/runtime/cases/parselogs.py | 5 +++++ > > 1 file changed, 5 insertions(+) > > > > diff --git a/meta/lib/oeqa/runtime/cases/parselogs.py > > b/meta/lib/oeqa/runtime/cases/parselogs.py > > index cc4f5f8c78..48712d4dac 100644 > > --- a/meta/lib/oeqa/runtime/cases/parselogs.py > > +++ b/meta/lib/oeqa/runtime/cases/parselogs.py > > @@ -183,6 +183,11 @@ ignore_errors = { > > 'Failed to make EGL context current', > > 'glamor initialization failed', > > ] + common_errors, > > + 'raspberrypi4-64' : [ > > + 'bcmgenet fd580000.genet: failed to get enet-eee clock', > > + 'bcmgenet fd580000.genet: failed to get enet-wol clock', > > + 'bcmgenet fd580000.genet: failed to get enet clock', > > + ] + common_errors, > > } > > > > log_locations = ["/var/log/","/var/log/dmesg", "/tmp/dmesg_output.log"] > -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
