aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/cmem/cmem_git.bb
blob: b30029d6454cc7933fd45390f1c835a447816db6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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