deleted file mode 100644
@@ -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 = "(.*)"
deleted file mode 100644
@@ -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
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 <afd@ti.com> --- 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