summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/mmap-lld
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2015-04-11 05:35:30 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-04-20 16:19:15 -0400
commit3a38871f3cd81fa30023767f9105c7aea2a371f5 (patch)
tree1af5daefd2c7081571d211d8e5dd4276081c421c /recipes-bsp/mmap-lld
parentd616b0ac65e4cffad2f9ca939db670a2a6a641f1 (diff)
downloadmeta-ti-3a38871f3cd81fa30023767f9105c7aea2a371f5.tar.gz
mmap-lld: Update to new version 2.0.0.4
Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/mmap-lld')
-rw-r--r--recipes-bsp/mmap-lld/mmap-lld.inc11
1 files changed, 5 insertions, 6 deletions
diff --git a/recipes-bsp/mmap-lld/mmap-lld.inc b/recipes-bsp/mmap-lld/mmap-lld.inc
index b8a5b324..a5158d51 100644
--- a/recipes-bsp/mmap-lld/mmap-lld.inc
+++ b/recipes-bsp/mmap-lld/mmap-lld.inc
@@ -4,13 +4,12 @@ COMPATIBLE_MACHINE = "keystone"
4 4
5LIC_FILES_CHKSUM = "file://COPYING.txt;md5=b3315b8190036fe1c6a8263d02e15606" 5LIC_FILES_CHKSUM = "file://COPYING.txt;md5=b3315b8190036fe1c6a8263d02e15606"
6 6
7
8BRANCH="master" 7BRANCH="master"
9SRC_URI = "git://git.ti.com/keystone-rtos/mmap-lld.git;destsuffix=git/ti/runtime/mmap;protocol=git;branch=${BRANCH}" 8SRC_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 9# Commit correspond to DEV.MMAP.02.00.00.04
11SRCREV = "601f9284c392f67bb7f69ed1a5df5231a43c3137" 10SRCREV = "306895eb2d5decd14a760e70d273946958ff716f"
12 11
13PV="2.0.0" 12PV = "2.0.0.4"
14PR = "r0" 13PR = "r1"
15 14
16S = "${WORKDIR}/git/ti/runtime/mmap" \ No newline at end of file 15S = "${WORKDIR}/git/ti/runtime/mmap"