From: Andrew Davis <[email protected]> The cmem allocator has been deprecated for removal for some time now. Lets remove the kernel module first, then start removing projects that have not migrated to DMA-BUF Heaps yet.
Signed-off-by: Andrew Davis <[email protected]> Signed-off-by: Denys Dmytriyenko <[email protected]> --- .../packagegroup-arago-tisdk-addons-sdk-target.bb | 5 ----- .../packagegroups/packagegroup-arago-tisdk-addons.bb | 2 -- meta-arago-distro/recipes-core/packagegroups/ti-test.bb | 2 -- 3 files changed, 9 deletions(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb index 43a043e1..e110fad8 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb @@ -26,11 +26,6 @@ UTILS:append:k3 = "\ " EXTRA_LIBS = "" -EXTRA_LIBS:append:ti43x = "\ - cmem-dev \ - cmem-staticdev \ -" -EXTRA_LIBS:append:omap-a15 = " cmem-dev" EXTRA_LIBS:append:dra7xx = " libulm-dev \ libulm-staticdev \ gdbserver-c6x-dev \ diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb index 6d1d8661..f8c07164 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb @@ -80,12 +80,10 @@ UTILS:append:dra7xx = " \ EXTRA_LIBS = "" EXTRA_LIBS:append:omap-a15 = " \ - cmem \ uio-module-drv \ " EXTRA_LIBS:append:ti43x = " \ - cmem \ uio-module-drv \ " diff --git a/meta-arago-distro/recipes-core/packagegroups/ti-test.bb b/meta-arago-distro/recipes-core/packagegroups/ti-test.bb index 3e76a527..99a6cc82 100644 --- a/meta-arago-distro/recipes-core/packagegroups/ti-test.bb +++ b/meta-arago-distro/recipes-core/packagegroups/ti-test.bb @@ -62,7 +62,6 @@ ARAGO_TI_TEST:append:ti33x = " \ ARAGO_TI_TEST:append:ti43x = " \ omapconf \ - ${@oe.utils.conditional('ARAGO_BRAND', 'mainline', '', 'cmem-test', d)} \ " NOT_MAINLINE_MMIP_DEPS = "${@bb.utils.contains('MACHINE_FEATURES', 'mmip', 'omapdrmtest', '', d)}" @@ -71,7 +70,6 @@ ARAGO_TI_TEST:append:omap-a15 = " \ omapconf \ ${@oe.utils.conditional('ARAGO_BRAND', 'mainline', '', " \ ti-ipc-test \ - cmem-test \ ${NOT_MAINLINE_MMIP_DEPS} \ ", d)} \ " -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14100): https://lists.yoctoproject.org/g/meta-arago/message/14100 Mute This Topic: https://lists.yoctoproject.org/mt/94816107/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
