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 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#17360): https://lists.yoctoproject.org/g/meta-arago/message/17360 Mute This Topic: https://lists.yoctoproject.org/mt/118361710/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
