diff options
author | Sam Nelson <sam.nelson@ti.com> | 2013-12-18 18:54:39 -0500 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2014-01-27 16:21:20 -0500 |
commit | b17cf2d6f1d9107eff707b1f88a8f7bc1a5d2aab (patch) | |
tree | 5b1e5ad58e707c8e596f3ca5c1e85ba31d25de2c /recipes-bsp/cmem/cmem_git.bb | |
parent | 02410a889eab52f3018077a5ca77820ac379474a (diff) | |
download | meta-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.bb | 13 |
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 @@ | |||
1 | DESCRIPTION = "The cmem component supports contiguous memory allocation from userspace" | ||
2 | |||
3 | include cmem.inc | ||
4 | |||
5 | RDEPENDS_${PN} = "cmem-mod" | ||
6 | |||
7 | PR = "r0+gitr${SRCPV}" | ||
8 | |||
9 | PACKAGES =+ "${PN}-test" | ||
10 | |||
11 | FILES_${PN}-test = "${bindir}/*" | ||
12 | |||
13 | inherit autotools | ||