diff mbox series

[meta-arago,master,v2,1/2] ti-test: Remove the pcitest application for 6.18 kernel build

Message ID 20260317101651.273730-2-a-garg7@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series Update PCIe Endpoint Testing Application | expand

Commit Message

Aksh Garg March 17, 2026, 10:16 a.m. UTC
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 <a-garg7@ti.com>
---

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 mbox series

Patch

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 \
 "