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