mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 14:27:48 +00:00
f97d0f5b24
cmem module provides user space contiguous memory allocation Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
14 lines
238 B
BlitzBasic
14 lines
238 B
BlitzBasic
DESCRIPTION = "The cmem component supports contiguous memory allocation from userspace"
|
|
|
|
include cmem.inc
|
|
|
|
RDEPENDS_${PN} = "cmem-mod"
|
|
|
|
PR = "r0+gitr${SRCPV}"
|
|
|
|
PACKAGES =+ "${PN}-test"
|
|
|
|
FILES_${PN}-test = "${bindir}/*"
|
|
|
|
inherit autotools
|