mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-21 20:19:08 +00:00
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 only remove the kernel module part in this patch to prevent builds from breaking in the meta-arago layer due to dependencies on the CMEM library. These packages should either be updated or disabled. After that we will remove the library. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
12 lines
196 B
BlitzBasic
12 lines
196 B
BlitzBasic
DESCRIPTION = "The cmem component supports contiguous memory allocation from userspace"
|
|
|
|
include cmem.inc
|
|
|
|
PR = "r0"
|
|
|
|
PACKAGES =+ "${PN}-test"
|
|
|
|
FILES:${PN}-test = "${bindir}/*"
|
|
|
|
inherit autotools
|