| Message ID | 20260129112140.998411-1-mikko.rapeli@linaro.org (mailing list archive) |
|---|---|
| State | New |
| Headers | show |
| Series | oeqa runtime parselogs: workaround current TI BeaglePlay warnings | expand |
Hi, Could this be applied to master branch? Cheers, -Mikko On Thu, Jan 29, 2026 at 01:21:40PM +0200, Mikko Rapeli wrote: > On genericarm64 machine, parselogs test is currently failing > due to these error messages. They don't seem to affect functionality > so ignore them for now. > > Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> > --- > .../cases/parselogs-ignores-genericarm64.txt | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > > diff --git a/meta-yocto-bsp/lib/oeqa/runtime/cases/parselogs-ignores-genericarm64.txt b/meta-yocto-bsp/lib/oeqa/runtime/cases/parselogs-ignores-genericarm64.txt > index 3dc12d34ecdb..45f43ebd5627 100644 > --- a/meta-yocto-bsp/lib/oeqa/runtime/cases/parselogs-ignores-genericarm64.txt > +++ b/meta-yocto-bsp/lib/oeqa/runtime/cases/parselogs-ignores-genericarm64.txt > @@ -31,6 +31,19 @@ deferred probe pending: xilinx-psgtr: Failed to get ref clock > # small issue in devicetree > OPP table can't be empty > > +# TI BeaglePlay > +# firmware device setup error > +Failed to create device link (0x180) with supplier 600000.gpio > +# USB driver error messages but stack works > +dwc3-usb: error -EINVAL: invalid resource > +dwc3-usb: can't map PHY IOMEM resource. Won't apply i2409 fix. > +# wl18xx firmware load error, not available from linux-firmware > +wl18xx_driver wl18xx.6.auto: Direct firmware load for ti-connectivity/wl18xx-conf.bin failed > +wlcore: ERROR could not get configuration binary ti-connectivity/wl18xx-conf.bin > +# Audio SOC driver error messages > +davinci-mcasp 2b10000.audio-controller: ASoC error (-22): at snd_soc_dai_hw_params > +davinci-mcasp.0-i2s-hifi: ASoC error (-22): at __soc_pcm_hw_params() on davinci-mcasp.0-i2s-hifi > + > # NXP imx8mp verdin with u-boot 2025.10rc2 > # RTC detection issue > oscillator failed, set time! > -- > 2.34.1 >
diff --git a/meta-yocto-bsp/lib/oeqa/runtime/cases/parselogs-ignores-genericarm64.txt b/meta-yocto-bsp/lib/oeqa/runtime/cases/parselogs-ignores-genericarm64.txt index 3dc12d34ecdb..45f43ebd5627 100644 --- a/meta-yocto-bsp/lib/oeqa/runtime/cases/parselogs-ignores-genericarm64.txt +++ b/meta-yocto-bsp/lib/oeqa/runtime/cases/parselogs-ignores-genericarm64.txt @@ -31,6 +31,19 @@ deferred probe pending: xilinx-psgtr: Failed to get ref clock # small issue in devicetree OPP table can't be empty +# TI BeaglePlay +# firmware device setup error +Failed to create device link (0x180) with supplier 600000.gpio +# USB driver error messages but stack works +dwc3-usb: error -EINVAL: invalid resource +dwc3-usb: can't map PHY IOMEM resource. Won't apply i2409 fix. +# wl18xx firmware load error, not available from linux-firmware +wl18xx_driver wl18xx.6.auto: Direct firmware load for ti-connectivity/wl18xx-conf.bin failed +wlcore: ERROR could not get configuration binary ti-connectivity/wl18xx-conf.bin +# Audio SOC driver error messages +davinci-mcasp 2b10000.audio-controller: ASoC error (-22): at snd_soc_dai_hw_params +davinci-mcasp.0-i2s-hifi: ASoC error (-22): at __soc_pcm_hw_params() on davinci-mcasp.0-i2s-hifi + # NXP imx8mp verdin with u-boot 2025.10rc2 # RTC detection issue oscillator failed, set time!
On genericarm64 machine, parselogs test is currently failing due to these error messages. They don't seem to affect functionality so ignore them for now. Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> --- .../cases/parselogs-ignores-genericarm64.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+)