mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
14 lines
225 B
BlitzBasic
14 lines
225 B
BlitzBasic
DESCRIPTION = "The cmem component supports contiguous memory allocation from userspace"
|
|
|
|
include cmem.inc
|
|
|
|
RDEPENDS_${PN} = "cmem-mod"
|
|
|
|
PR = "r1"
|
|
|
|
PACKAGES =+ "${PN}-test"
|
|
|
|
FILES_${PN}-test = "${bindir}/*"
|
|
|
|
inherit autotools
|