[meta-ti] Jacob Stiffler : mmap-lld: Upgrade to 2.0.0.7

Arago Project git git at arago-project.org
Thu Mar 31 08:47:17 PDT 2016


Module: meta-ti
Branch: master
Commit: 5f403d5e831620dc8ce5772fe93ad55b27739eb0
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=5f403d5e831620dc8ce5772fe93ad55b27739eb0

Author: Jacob Stiffler <j-stiffler at ti.com>
Date:   Thu Mar 24 22:48:41 2016 +0000

mmap-lld: Upgrade to 2.0.0.7

* add k2l-evm and k2g-evm support

Signed-off-by: Jacob Stiffler <j-stiffler at ti.com>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 recipes-bsp/mmap-lld/mmap-lld-test_git.bb |    4 +++-
 recipes-bsp/mmap-lld/mmap-lld.inc         |    6 +++---
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/recipes-bsp/mmap-lld/mmap-lld-test_git.bb b/recipes-bsp/mmap-lld/mmap-lld-test_git.bb
index 5fdb646..b29df8b 100644
--- a/recipes-bsp/mmap-lld/mmap-lld-test_git.bb
+++ b/recipes-bsp/mmap-lld/mmap-lld-test_git.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "TI KEYSTONE MMAP driver test binaries "
 include mmap-lld.inc
 
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.0"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
@@ -10,6 +10,8 @@ RDEPENDS_${PN}="uio-module-drv"
 
 DEVICELIST_k2hk-evm = "k2h k2k"
 DEVICELIST_k2e-evm  = "k2e"
+DEVICELIST_k2l-evm  = "k2l"
+DEVICELIST_k2g-evm  = "k2g"
 
 CHOICELIST = " yes \
                no \
diff --git a/recipes-bsp/mmap-lld/mmap-lld.inc b/recipes-bsp/mmap-lld/mmap-lld.inc
index 37bd0bd..c65ceb3 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"
 MMAP_LLD_GIT_BRANCH = "master"
 MMAP_LLD_GIT_DESTSUFFIX = "git/ti/runtime/mmap"
 
-# Commit correspond to DEV.MMAP.02.00.00.06
-MMAP_LLD_SRCREV = "70c10fbce809a3ed1cd67c9da2e2a47d3de8f832"
+# Commit correspond to DEV.MMAP.02.00.00.07
+MMAP_LLD_SRCREV = "4426949ddfafdc8ea9408dbf5a642c3e840f4997"
 
 BRANCH="${MMAP_LLD_GIT_BRANCH}"
 SRC_URI = "${MMAP_LLD_GIT_URI};destsuffix=${MMAP_LLD_GIT_DESTSUFFIX};protocol=${MMAP_LLD_GIT_PROTOCOL};branch=${BRANCH}"
 SRCREV = "${MMAP_LLD_SRCREV}"
 
-PV = "2.0.0.6"
+PV = "2.0.0.7"
 INC_PR = "r0"
 
 S = "${WORKDIR}/git/ti/runtime/mmap"



More information about the meta-ti mailing list