diff options
author | Andrew Davis <afd@ti.com> | 2024-09-23 09:59:47 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2024-09-23 13:46:35 -0500 |
commit | 52e956ae96edbb6751eeb29c1c3f8304a61afdef (patch) | |
tree | 977d70cd724c81f816cbfa99439e20e9563e1e6b | |
parent | 82e8543cdcec09f1fe95fd2c937121ed3c513c22 (diff) | |
download | meta-ti-52e956ae96edbb6751eeb29c1c3f8304a61afdef.tar.gz |
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 <afd@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r-- | meta-ti-bsp/recipes-bsp/cmem/cmem.inc | 16 | ||||
-rw-r--r-- | meta-ti-bsp/recipes-bsp/cmem/cmem_git.bb | 11 |
2 files changed, 0 insertions, 27 deletions
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 @@ | |||
1 | HOMEPAGE = "http://processors.wiki.ti.com/index.php/Category:CMEM" | ||
2 | |||
3 | LICENSE = "GPL-2.0-only" | ||
4 | LIC_FILES_CHKSUM = "file://include/ti/cmem.h;beginline=1;endline=30;md5=26be509e4bb413905bda8309e338e2b1" | ||
5 | |||
6 | BRANCH = "master" | ||
7 | # This corresponds to version 4.20.00.01 | ||
8 | SRCREV = "86269258a48e0a9008dd9d5ebfae9da7ce843393" | ||
9 | |||
10 | PV = "4.20.00.01+git" | ||
11 | |||
12 | SRC_URI = "git://git.ti.com/git/ipc/ludev.git;protocol=https;branch=${BRANCH}" | ||
13 | |||
14 | S = "${WORKDIR}/git" | ||
15 | COMPATIBLE_HOST ?= "null" | ||
16 | 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 @@ | |||
1 | DESCRIPTION = "The cmem component supports contiguous memory allocation from userspace" | ||
2 | |||
3 | include cmem.inc | ||
4 | |||
5 | PR = "r0" | ||
6 | |||
7 | PACKAGES =+ "${PN}-test" | ||
8 | |||
9 | FILES:${PN}-test = "${bindir}/*" | ||
10 | |||
11 | inherit autotools | ||