summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/lib/oeqa/runtime
Commit message (Collapse)AuthorAgeFilesLines
* The poky repository master branch is no longer being updated.Richard Purdie2025-11-073-71/+0
| | | | | | | | | | | | | | | | | | | | | You can either: a) switch to individual clones of bitbake, openembedded-core, meta-yocto and yocto-docs b) use the new bitbake-setup You can find information about either approach in our documentation: https://docs.yoctoproject.org/ Note that "poky" the distro setting is still available in meta-yocto as before and we continue to use and maintain that. Long live Poky! Some further information on the background of this change can be found in: https://lists.openembedded.org/g/openembedded-architecture/message/2179 Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* parselogs-ignores-genericarm64.txt: add Qualcomm rb3gen2 workaroundsMikko Rapeli2025-10-131-0/+12
| | | | | | | | | | | | | u-boot 2025.10rc2 based firmware from meta-ts https://gitlab.com/Linaro/trustedsubstrate/meta-ts triggers some non-fatal errors from various drivers. Ignore them for now since all other oeqa runtime tests pass since in genericarm64 we don't build this firmware. (From meta-yocto rev: fe65e142d0d9ba0e51ff9175ffa82e902f982a20) Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* parselogs-ignores-genericarm64.txt: add Rpi4 wifi firmware workaroundMikko Rapeli2025-10-131-0/+4
| | | | | | | | | | | The firmware file is not available from linux-firmware package so it may be that another file name is used instead. Thus this non-fatal error can be ignored for now. (From meta-yocto rev: 2d442f338cbd4a681388c093899a5709b7881d96) Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* parselogs-ignores-genericarm64.txt: add workarounds for NXP imx8mpMikko Rapeli2025-10-131-0/+12
| | | | | | | | | | | | | u-boot 2025.10rc2 based firmware from meta-ts https://gitlab.com/Linaro/trustedsubstrate/meta-ts triggers some non-fatal errors from various drivers. Ignore them for now since all other oeqa runtime tests pass since in genericarm64 we don't build this firmware. (From meta-yocto rev: 0b15a104ea04acd79b87f7cf3da96f637dafdef4) Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* parselogs-ignores-genericarm64.txt: add workaround for TI K3 am62p5Mikko Rapeli2025-10-131-0/+4
| | | | | | | | | | | With u-boot 2024.04 based firmware the board firmware seems to have one small issue which kernel complains about. The board works well and passes other tests so ignore this for now. (From meta-yocto rev: 56f33867249f79340f868cb90bc7e4c2a6a641d2) Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* parselogs-ignores-genericarm64.txt: add workarounds for AMD zcu102Mikko Rapeli2025-10-131-0/+8
| | | | | | | | | | | | | u-boot 2025.10rc2 based firmware from meta-ts https://gitlab.com/Linaro/trustedsubstrate/meta-ts triggers some non-fatal errors from various drivers. Ignore them for now since all other oeqa runtime tests pass since in genericarm64 we don't build this firmware. (From meta-yocto rev: 6fc9c8e2a8b23877c2cd2bac43d37dcaf5b6c8ef) Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* parselogs-ignores-genericarm64.txt: add error messages from rockpi4bMikko Rapeli2025-10-131-0/+9
| | | | | | | | | | | | | | | Rockchip rk3399 based rockpi4b with u-boot 2025.10rc2 based firmware from meta-ts https://gitlab.com/Linaro/trustedsubstrate/meta-ts triggers some non-fatal errors from various drivers. Ignore them for now since all other oeqa runtime tests pass since in genericarm64 we don't build this firmware. https://ledge.validation.linaro.org/scheduler/job/119422 (From meta-yocto rev: b91b6ca6827d489ecb21cb688403c2b1c76ccd52) Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* oeqa/runtime/parselogs-ignores-genericarm64.txt: ignore more KV260 warningsMikko Rapeli2025-09-181-0/+7
| | | | | | | | | | | | | AMD KV260 shows more non-fatal error messages with sato image. Power management, pin control and X11 errors can be ignored in testing. https://ledge.validation.linaro.org/scheduler/job/118932 (From meta-yocto rev: 04a92a5f7716e465eb04287417c811284847e6b8) Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* oeqa parselogs: add parselogs-ignores-genericarm64.txtMikko Rapeli2025-07-171-0/+4
| | | | | | | | | | | With safe to ignore pinctl and initrd warnings from AMD kv260 boot. (From meta-yocto rev: fe944133f3ad2f4c9f76e0c2d7109a35a179ff7c) Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* oeqa/runtime: Move files from oe-core to bsp layerRichard Purdie2024-02-062-0/+11
| | | | | | | | | These were accidentally added to oe-core, move to the correct place in this layer. (From meta-yocto rev: d3d9f79d759e5c7818f17bf1331230d0d53cde1a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto-bsp: Remove accidentally added filesRichard Purdie2024-02-062-11/+0
| | | | | | | | Move accidentally added files to the correct layer. (From OE-Core rev: ad251812b740a06c0f8f2dab637a61cfff73c484) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto-bsp/oeqa/parselogs: add BSP-specific ignoresRoss Burton2023-12-062-0/+11
Add machine-specific ignores from oe-core to meta-yocto-bsp. (From OE-Core rev: 97dacfa0ff170cfe411563e93af8890f3ced6132) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>