summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/cmem/cmem_git.bb
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2013-12-18 18:54:39 -0500
committerDenys Dmytriyenko <denys@ti.com>2014-01-27 16:21:20 -0500
commitb17cf2d6f1d9107eff707b1f88a8f7bc1a5d2aab (patch)
tree5b1e5ad58e707c8e596f3ca5c1e85ba31d25de2c /recipes-bsp/cmem/cmem_git.bb
parent02410a889eab52f3018077a5ca77820ac379474a (diff)
downloadmeta-ti-b17cf2d6f1d9107eff707b1f88a8f7bc1a5d2aab.tar.gz
cmem: adding new recipe for cmem
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>
Diffstat (limited to 'recipes-bsp/cmem/cmem_git.bb')
-rw-r--r--recipes-bsp/cmem/cmem_git.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-bsp/cmem/cmem_git.bb b/recipes-bsp/cmem/cmem_git.bb
new file mode 100644
index 00000000..b633d74a
--- /dev/null
+++ b/recipes-bsp/cmem/cmem_git.bb
@@ -0,0 +1,13 @@
1DESCRIPTION = "The cmem component supports contiguous memory allocation from userspace"
2
3include cmem.inc
4
5RDEPENDS_${PN} = "cmem-mod"
6
7PR = "r0+gitr${SRCPV}"
8
9PACKAGES =+ "${PN}-test"
10
11FILES_${PN}-test = "${bindir}/*"
12
13inherit autotools