summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/mmap-lld/mmap-lld.inc
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2016-01-28 20:41:05 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-01-28 13:37:36 -0500
commit7432f5d70273bc74aeecc644d62e001f72affdcc (patch)
tree4af811b91917a2793054f751ff6194d829a8e282 /recipes-bsp/mmap-lld/mmap-lld.inc
parent61292335f780bbd740df700069e695a11043119f (diff)
downloadmeta-ti-7432f5d70273bc74aeecc644d62e001f72affdcc.tar.gz
mmap-lld: Upgrade to version 2.0.0.6
Signed-off-by: Jacob Stiffler <j-stiffler@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.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/mmap-lld/mmap-lld.inc b/recipes-bsp/mmap-lld/mmap-lld.inc
index 9a6a4a5c..37bd0bd1 100644
--- a/recipes-bsp/mmap-lld/mmap-lld.inc
+++ b/recipes-bsp/mmap-lld/mmap-lld.inc
@@ -9,14 +9,14 @@ MMAP_LLD_GIT_PROTOCOL = "git"
9MMAP_LLD_GIT_BRANCH = "master" 9MMAP_LLD_GIT_BRANCH = "master"
10MMAP_LLD_GIT_DESTSUFFIX = "git/ti/runtime/mmap" 10MMAP_LLD_GIT_DESTSUFFIX = "git/ti/runtime/mmap"
11 11
12# Commit correspond to DEV.MMAP.02.00.00.04 12# Commit correspond to DEV.MMAP.02.00.00.06
13MMAP_LLD_SRCREV = "306895eb2d5decd14a760e70d273946958ff716f" 13MMAP_LLD_SRCREV = "70c10fbce809a3ed1cd67c9da2e2a47d3de8f832"
14 14
15BRANCH="${MMAP_LLD_GIT_BRANCH}" 15BRANCH="${MMAP_LLD_GIT_BRANCH}"
16SRC_URI = "${MMAP_LLD_GIT_URI};destsuffix=${MMAP_LLD_GIT_DESTSUFFIX};protocol=${MMAP_LLD_GIT_PROTOCOL};branch=${BRANCH}" 16SRC_URI = "${MMAP_LLD_GIT_URI};destsuffix=${MMAP_LLD_GIT_DESTSUFFIX};protocol=${MMAP_LLD_GIT_PROTOCOL};branch=${BRANCH}"
17SRCREV = "${MMAP_LLD_SRCREV}" 17SRCREV = "${MMAP_LLD_SRCREV}"
18 18
19PV = "2.0.0.4" 19PV = "2.0.0.6"
20INC_PR = "r4" 20INC_PR = "r0"
21 21
22S = "${WORKDIR}/git/ti/runtime/mmap" 22S = "${WORKDIR}/git/ti/runtime/mmap"