CMEM has been deprecated for removal for some time now. All users should have migrated to the Linux upstream DMA-BUF Heaps framework. Remove CMEM.
We have already removed the CMEM kernel module but left the CMEM userspace recipe to prevent breaking meta-arago builds which had some leftover packages that still had a dependency on it. Nothing we now build still needs this now so drop it out also. Signed-off-by: Andrew Davis <[email protected]> --- meta-ti-bsp/recipes-bsp/cmem/cmem.inc | 16 ---------------- meta-ti-bsp/recipes-bsp/cmem/cmem_git.bb | 11 ----------- 2 files changed, 27 deletions(-) delete mode 100644 meta-ti-bsp/recipes-bsp/cmem/cmem.inc delete mode 100644 meta-ti-bsp/recipes-bsp/cmem/cmem_git.bb diff --git a/meta-ti-bsp/recipes-bsp/cmem/cmem.inc b/meta-ti-bsp/recipes-bsp/cmem/cmem.inc deleted file mode 100644 index e8dbbe8f..00000000 --- a/meta-ti-bsp/recipes-bsp/cmem/cmem.inc +++ /dev/null @@ -1,16 +0,0 @@ -HOMEPAGE = "http://processors.wiki.ti.com/index.php/Category:CMEM" - -LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://include/ti/cmem.h;beginline=1;endline=30;md5=26be509e4bb413905bda8309e338e2b1" - -BRANCH = "master" -# This corresponds to version 4.20.00.01 -SRCREV = "86269258a48e0a9008dd9d5ebfae9da7ce843393" - -PV = "4.20.00.01+git" - -SRC_URI = "git://git.ti.com/git/ipc/ludev.git;protocol=https;branch=${BRANCH}" - -S = "${WORKDIR}/git" -COMPATIBLE_HOST ?= "null" -COMPATIBLE_HOST:ti-soc = "(.*)" diff --git a/meta-ti-bsp/recipes-bsp/cmem/cmem_git.bb b/meta-ti-bsp/recipes-bsp/cmem/cmem_git.bb deleted file mode 100644 index 2042b08a..00000000 --- a/meta-ti-bsp/recipes-bsp/cmem/cmem_git.bb +++ /dev/null @@ -1,11 +0,0 @@ -DESCRIPTION = "The cmem component supports contiguous memory allocation from userspace" - -include cmem.inc - -PR = "r0" - -PACKAGES =+ "${PN}-test" - -FILES:${PN}-test = "${bindir}/*" - -inherit autotools -- 2.39.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#17968): https://lists.yoctoproject.org/g/meta-ti/message/17968 Mute This Topic: https://lists.yoctoproject.org/mt/108609442/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
