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.inc | |
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.inc')
-rw-r--r-- | recipes-bsp/cmem/cmem.inc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-bsp/cmem/cmem.inc b/recipes-bsp/cmem/cmem.inc new file mode 100644 index 00000000..79278398 --- /dev/null +++ b/recipes-bsp/cmem/cmem.inc | |||
@@ -0,0 +1,12 @@ | |||
1 | HOMEPAGE = "http://processors.wiki.ti.com/index.php/Category:CMEM" | ||
2 | |||
3 | LICENSE = "GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://include/ti/cmem.h;beginline=1;endline=30;md5=b86138d4028fb8310b3b983024edc620" | ||
5 | |||
6 | BRANCH ?= "master" | ||
7 | # This corresponds to version 4.00.01.08 | ||
8 | SRCREV = "0b68dfe9f155a1978cdb2178e052dc0d6f1e705b" | ||
9 | |||
10 | SRC_URI = "git://git.ti.com/ipc/ludev.git;protocol=git;branch=${BRANCH}" | ||
11 | |||
12 | S = "${WORKDIR}/git" | ||