[meta-ti] [rocko/master][PATCH 01/45] mmap-lld: Update to version 2.0.0.8A & adding rtos recipe
Mahesh Radhakrishnan
m-radhakrishnan2 at ti.com
Thu Jul 19 10:23:34 PDT 2018
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2 at ti.com>
---
recipes-bsp/mmap-lld/mmap-lld-rtos_git.bb | 10 ++++++++++
recipes-bsp/mmap-lld/mmap-lld.inc | 6 +++---
2 files changed, 13 insertions(+), 3 deletions(-)
create mode 100644 recipes-bsp/mmap-lld/mmap-lld-rtos_git.bb
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 0000000..faee597
--- /dev/null
+++ b/recipes-bsp/mmap-lld/mmap-lld-rtos_git.bb
@@ -0,0 +1,10 @@
+inherit ti-pdk
+
+require recipes-bsp/mmap-lld/mmap-lld.inc
+
+PR = "${INC_PR}.0"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+# HTML doc link params
+PDK_COMP_LINK_TEXT = "MMAP LLD"
diff --git a/recipes-bsp/mmap-lld/mmap-lld.inc b/recipes-bsp/mmap-lld/mmap-lld.inc
index c65ceb3..e6c4cd6 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.07
-MMAP_LLD_SRCREV = "4426949ddfafdc8ea9408dbf5a642c3e840f4997"
+# Commit correspond to DEV.MMAP.02.00.00.08A
+MMAP_LLD_SRCREV = "bbccde8da6c87f59af3b0494e2d75ba52c69df20"
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.7"
+PV = "2.0.0.8A"
INC_PR = "r0"
S = "${WORKDIR}/git/ti/runtime/mmap"
--
1.9.1
More information about the meta-ti
mailing list