From 52e956ae96edbb6751eeb29c1c3f8304a61afdef Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Mon, 23 Sep 2024 09:59:47 -0500 Subject: cmem: Remove CMEM userspace library 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 Signed-off-by: Ryan Eatmon --- 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 -- cgit v1.2.3-54-g00ecf