summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/mmap-lld/mmap-lld.inc
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2014-11-19 17:47:01 +0000
committerDenys Dmytriyenko <denys@ti.com>2014-12-15 15:00:33 -0500
commitf81589410d96d123b6143d1bc8e33374775e7d7c (patch)
tree04049523202c8d4a3ff7199584374815c0cc64bc /recipes-bsp/mmap-lld/mmap-lld.inc
parent977e53ebc9dfbbbdc154d771ceb9ce39bed7775a (diff)
downloadmeta-ti-f81589410d96d123b6143d1bc8e33374775e7d7c.tar.gz
mmap-lld; Add new recipe for mmap lld
- Provides memory map driver using Keystone MPAX module - Test recipe is used to build test binaries using the mmap lld library - Supports k2h, k2k & k2e Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/mmap-lld/mmap-lld.inc')
-rw-r--r--recipes-bsp/mmap-lld/mmap-lld.inc16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-bsp/mmap-lld/mmap-lld.inc b/recipes-bsp/mmap-lld/mmap-lld.inc
new file mode 100644
index 00000000..b8a5b324
--- /dev/null
+++ b/recipes-bsp/mmap-lld/mmap-lld.inc
@@ -0,0 +1,16 @@
1LICENSE = "BSD-3-Clause"
2
3COMPATIBLE_MACHINE = "keystone"
4
5LIC_FILES_CHKSUM = "file://COPYING.txt;md5=b3315b8190036fe1c6a8263d02e15606"
6
7
8BRANCH="master"
9SRC_URI = "git://git.ti.com/keystone-rtos/mmap-lld.git;destsuffix=git/ti/runtime/mmap;protocol=git;branch=${BRANCH}"
10# Commit correspond to DEV.MMAP.02.00.00.03
11SRCREV = "601f9284c392f67bb7f69ed1a5df5231a43c3137"
12
13PV="2.0.0"
14PR = "r0"
15
16S = "${WORKDIR}/git/ti/runtime/mmap" \ No newline at end of file