[meta-arago][master][PATCH 2/2] kernel-selftest: Add the pci_endpoint selftest application
Aksh Garg <[email protected]> Mon, 9 Mar 2026 18:31:09 +0530
| Newsgroups | org.yoctoproject.lists.meta-arago |
|---|---|
| Message-ID | <[email protected]> |
The 'pci_endpoint' selftest application is used to test the PCIe endpoint functionality. Add this selftest to kernel-selftest-ti.inc Signed-off-by: Aksh Garg <[email protected]> --- .../recipes-kernel/kernel-selftest/kernel-selftest-ti.inc | 1 + 1 file changed, 1 insertion(+) 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..9f543b126ab7 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 @@ -31,6 +31,7 @@ TEST_LIST += "\ mincore \ net \ net/mptcp \ + pci_endpoint \ ptrace \ resq \ rtc \ -- 2.34.1