diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2016-03-24 22:48:41 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-03-31 11:46:55 -0400 |
commit | 5f403d5e831620dc8ce5772fe93ad55b27739eb0 (patch) | |
tree | e8a568977c2e1484a7c3cc0c9fe37ae1e2b45722 /recipes-bsp | |
parent | f98eaf83528ff3f08765850f995c26027c3e8c86 (diff) | |
download | meta-ti-5f403d5e831620dc8ce5772fe93ad55b27739eb0.tar.gz |
mmap-lld: Upgrade to 2.0.0.7
* add k2l-evm and k2g-evm support
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/mmap-lld/mmap-lld-test_git.bb | 4 | ||||
-rw-r--r-- | 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 5fdb6467..b29df8b0 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 @@ | |||
1 | DESCRIPTION = "TI KEYSTONE MMAP driver test binaries " | 1 | DESCRIPTION = "TI KEYSTONE MMAP driver test binaries " |
2 | include mmap-lld.inc | 2 | include mmap-lld.inc |
3 | 3 | ||
4 | PR = "${INC_PR}.1" | 4 | PR = "${INC_PR}.0" |
5 | 5 | ||
6 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 6 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
7 | 7 | ||
@@ -10,6 +10,8 @@ RDEPENDS_${PN}="uio-module-drv" | |||
10 | 10 | ||
11 | DEVICELIST_k2hk-evm = "k2h k2k" | 11 | DEVICELIST_k2hk-evm = "k2h k2k" |
12 | DEVICELIST_k2e-evm = "k2e" | 12 | DEVICELIST_k2e-evm = "k2e" |
13 | DEVICELIST_k2l-evm = "k2l" | ||
14 | DEVICELIST_k2g-evm = "k2g" | ||
13 | 15 | ||
14 | CHOICELIST = " yes \ | 16 | CHOICELIST = " yes \ |
15 | no \ | 17 | no \ |
diff --git a/recipes-bsp/mmap-lld/mmap-lld.inc b/recipes-bsp/mmap-lld/mmap-lld.inc index 37bd0bd1..c65ceb34 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.06 | 12 | # Commit correspond to DEV.MMAP.02.00.00.07 |
13 | MMAP_LLD_SRCREV = "70c10fbce809a3ed1cd67c9da2e2a47d3de8f832" | 13 | MMAP_LLD_SRCREV = "4426949ddfafdc8ea9408dbf5a642c3e840f4997" |
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.6" | 19 | PV = "2.0.0.7" |
20 | INC_PR = "r0" | 20 | INC_PR = "r0" |
21 | 21 | ||
22 | S = "${WORKDIR}/git/ti/runtime/mmap" | 22 | S = "${WORKDIR}/git/ti/runtime/mmap" |