[meta-arago][master][PATCH v2 2/2] kernel-selftest: Add the pci_endpoint selftest application
Aksh Garg <[email protected]> Tue, 17 Mar 2026 15:46:51 +0530
| Newsgroups | org.yoctoproject.lists.meta-arago |
|---|---|
| Message-ID | <[email protected]> |
The 'pci_endpoint' selftest application is used to test the PCIe endpoint functionality on 6.18 kernel. Add this selftest to kernel-selftest-ti.inc Signed-off-by: Aksh Garg <[email protected]> --- Changes from v1 to v2: - Appended the 'pci_endpoint_test' just for 6.18 kernel, as this application is not present in previous LTS kernels. v1: https://lists.yoctoproject.org/g/meta-arago/message/17291 .../recipes-kernel/kernel-selftest/kernel-selftest-ti.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta-arago-test/recipes-kernel/kernel-selftest/kernel-selftest-ti.inc b/meta-arago-test/recipes-kernel/kernel-selftest/kernel-selftest-ti.inc index df5ff68ddc90..bae5b7ab47f6 100644 --- a/meta-arago-test/recipes-kernel/kernel-selftest/kernel-selftest-ti.inc +++ b/meta-arago-test/recipes-kernel/kernel-selftest/kernel-selftest-ti.inc @@ -46,4 +46,8 @@ TEST_LIST += "\ watchdog \ " +TEST_LIST:append:bsp-ti-6_18 = " \ + pci_endpoint \ +" + INSANE_SKIP:${PN} += "staticdev textrel" -- 2.34.1