diff mbox series

[meta-ti,master] cmem: Remove CMEM userspace library

Message ID 20240923145947.77326-1-afd@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-ti,master] cmem: Remove CMEM userspace library | expand

Commit Message

Andrew Davis Sept. 23, 2024, 2:59 p.m. UTC
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
diff mbox series

Patch

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