diff options
author | Sam Nelson <sam.nelson@ti.com> | 2015-04-11 05:35:30 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-04-20 16:19:15 -0400 |
commit | 3a38871f3cd81fa30023767f9105c7aea2a371f5 (patch) | |
tree | 1af5daefd2c7081571d211d8e5dd4276081c421c /recipes-bsp/mmap-lld | |
parent | d616b0ac65e4cffad2f9ca939db670a2a6a641f1 (diff) | |
download | meta-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.inc | 11 |
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 | ||
5 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=b3315b8190036fe1c6a8263d02e15606" | 5 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=b3315b8190036fe1c6a8263d02e15606" |
6 | 6 | ||
7 | |||
8 | BRANCH="master" | 7 | BRANCH="master" |
9 | SRC_URI = "git://git.ti.com/keystone-rtos/mmap-lld.git;destsuffix=git/ti/runtime/mmap;protocol=git;branch=${BRANCH}" | 8 | SRC_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 |
11 | SRCREV = "601f9284c392f67bb7f69ed1a5df5231a43c3137" | 10 | SRCREV = "306895eb2d5decd14a760e70d273946958ff716f" |
12 | 11 | ||
13 | PV="2.0.0" | 12 | PV = "2.0.0.4" |
14 | PR = "r0" | 13 | PR = "r1" |
15 | 14 | ||
16 | S = "${WORKDIR}/git/ti/runtime/mmap" \ No newline at end of file | 15 | S = "${WORKDIR}/git/ti/runtime/mmap" |