diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2016-01-28 20:41:05 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-01-28 13:37:36 -0500 |
commit | 7432f5d70273bc74aeecc644d62e001f72affdcc (patch) | |
tree | 4af811b91917a2793054f751ff6194d829a8e282 /recipes-bsp/mmap-lld | |
parent | 61292335f780bbd740df700069e695a11043119f (diff) | |
download | meta-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')
-rw-r--r-- | recipes-bsp/mmap-lld/mmap-lld.inc | 8 |
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" | |||
9 | MMAP_LLD_GIT_BRANCH = "master" | 9 | MMAP_LLD_GIT_BRANCH = "master" |
10 | MMAP_LLD_GIT_DESTSUFFIX = "git/ti/runtime/mmap" | 10 | MMAP_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 |
13 | MMAP_LLD_SRCREV = "306895eb2d5decd14a760e70d273946958ff716f" | 13 | MMAP_LLD_SRCREV = "70c10fbce809a3ed1cd67c9da2e2a47d3de8f832" |
14 | 14 | ||
15 | BRANCH="${MMAP_LLD_GIT_BRANCH}" | 15 | BRANCH="${MMAP_LLD_GIT_BRANCH}" |
16 | SRC_URI = "${MMAP_LLD_GIT_URI};destsuffix=${MMAP_LLD_GIT_DESTSUFFIX};protocol=${MMAP_LLD_GIT_PROTOCOL};branch=${BRANCH}" | 16 | SRC_URI = "${MMAP_LLD_GIT_URI};destsuffix=${MMAP_LLD_GIT_DESTSUFFIX};protocol=${MMAP_LLD_GIT_PROTOCOL};branch=${BRANCH}" |
17 | SRCREV = "${MMAP_LLD_SRCREV}" | 17 | SRCREV = "${MMAP_LLD_SRCREV}" |
18 | 18 | ||
19 | PV = "2.0.0.4" | 19 | PV = "2.0.0.6" |
20 | INC_PR = "r4" | 20 | INC_PR = "r0" |
21 | 21 | ||
22 | S = "${WORKDIR}/git/ti/runtime/mmap" | 22 | S = "${WORKDIR}/git/ti/runtime/mmap" |