[meta-arago][master][PATCH v2 1/2] ti-test: Remove the pcitest application for 6.18 kernel build
Aksh Garg <[email protected]> Tue, 17 Mar 2026 15:46:50 +0530
| Newsgroups | org.yoctoproject.lists.meta-arago |
|---|---|
| Message-ID | <[email protected]> |
The 'pcitest' application, used to test the PCIe endpoint functionality, is obsolete on the 6.18 kernel. Hence, remove the pcitest application from packagegroups. Signed-off-by: Aksh Garg <[email protected]> --- Changes from v1 to v2: - Fixed the issue with backward compatibility of 'pcitest' application v1: https://lists.yoctoproject.org/g/meta-arago/message/17290 .../recipes-core/packagegroups/packagegroup-arago-bootstrap.bb | 2 ++ meta-arago-test/recipes-core/packagegroups/ti-test.bb | 2 ++ 2 files changed, 4 insertions(+) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-bootstrap.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-bootstrap.bb index e7a28eb80575..3eb2e3491828 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-bootstrap.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-bootstrap.bb @@ -30,6 +30,8 @@ UTILS = " \ phytool \ " +UTILS:remove:bsp-ti-6_18 = "pcitest" + UTILS:append:ti-soc = " \ mtd-utils-ubifs-tests \ " diff --git a/meta-arago-test/recipes-core/packagegroups/ti-test.bb b/meta-arago-test/recipes-core/packagegroups/ti-test.bb index 65cf7f1ea614..c3e29280fcf9 100644 --- a/meta-arago-test/recipes-core/packagegroups/ti-test.bb +++ b/meta-arago-test/recipes-core/packagegroups/ti-test.bb @@ -51,6 +51,8 @@ TI_TEST_BASE = "\ stress-ng \ " +TI_TEST_BASE:remove:bsp-ti-6_18 = "pcitest" + TI_TEST_BASE:append:armv7a = " \ cpuburn-neon \ " -- 2.34.1