summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2018-07-19 23:23:34 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-07-24 18:23:15 +0000
commit8555084679dc5c668e5fb60a16425ca32b10ff21 (patch)
tree82aba48568fec5d34684f87c319b9330428a1959
parentdbf286f047f013b0ce992f376d0f983baa3d2243 (diff)
downloadmeta-ti-8555084679dc5c668e5fb60a16425ca32b10ff21.tar.gz
mmap-lld: Update to version 2.0.0.8A & adding rtos recipeti2018.01
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/mmap-lld/mmap-lld-rtos_git.bb10
-rw-r--r--recipes-bsp/mmap-lld/mmap-lld.inc6
2 files changed, 13 insertions, 3 deletions
diff --git a/recipes-bsp/mmap-lld/mmap-lld-rtos_git.bb b/recipes-bsp/mmap-lld/mmap-lld-rtos_git.bb
new file mode 100644
index 00000000..faee5973
--- /dev/null
+++ b/recipes-bsp/mmap-lld/mmap-lld-rtos_git.bb
@@ -0,0 +1,10 @@
1inherit ti-pdk
2
3require recipes-bsp/mmap-lld/mmap-lld.inc
4
5PR = "${INC_PR}.0"
6
7PACKAGE_ARCH = "${MACHINE_ARCH}"
8
9# HTML doc link params
10PDK_COMP_LINK_TEXT = "MMAP LLD"
diff --git a/recipes-bsp/mmap-lld/mmap-lld.inc b/recipes-bsp/mmap-lld/mmap-lld.inc
index c65ceb34..e6c4cd62 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.07 12# Commit correspond to DEV.MMAP.02.00.00.08A
13MMAP_LLD_SRCREV = "4426949ddfafdc8ea9408dbf5a642c3e840f4997" 13MMAP_LLD_SRCREV = "bbccde8da6c87f59af3b0494e2d75ba52c69df20"
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.7" 19PV = "2.0.0.8A"
20INC_PR = "r0" 20INC_PR = "r0"
21 21
22S = "${WORKDIR}/git/ti/runtime/mmap" 22S = "${WORKDIR}/git/ti/runtime/mmap"