summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2018-07-19 23:24:03 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-07-24 18:18:49 +0000
commitc51efc85e7227ac5ba6b9d7dcd77022fe8f6f388 (patch)
tree748b0afdc7014420e8486f3efde7e2c53d86dbd4 /recipes-bsp
parentf016dad163647ef30ea803d0e549d7a60d2f6a90 (diff)
downloadmeta-ti-c51efc85e7227ac5ba6b9d7dcd77022fe8f6f388.tar.gz
rm-lld: Update to 2.2.0.3 & recipe update to rtos recipe (html doc link)
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/rm-lld/rm-lld-rtos_git.bb6
-rw-r--r--recipes-bsp/rm-lld/rm-lld.inc8
2 files changed, 9 insertions, 5 deletions
diff --git a/recipes-bsp/rm-lld/rm-lld-rtos_git.bb b/recipes-bsp/rm-lld/rm-lld-rtos_git.bb
index 823af5bd..2f49892c 100644
--- a/recipes-bsp/rm-lld/rm-lld-rtos_git.bb
+++ b/recipes-bsp/rm-lld/rm-lld-rtos_git.bb
@@ -4,6 +4,10 @@ COMPATIBLE_MACHINE_append = "|c66x"
4 4
5require rm-lld.inc 5require rm-lld.inc
6 6
7PR = "${INC_PR}.1" 7PR = "${INC_PR}.2"
8 8
9PACKAGE_ARCH = "${MACHINE_ARCH}" 9PACKAGE_ARCH = "${MACHINE_ARCH}"
10
11# HTML doc link params
12PDK_COMP_LINK_TEXT = "RM LLD"
13
diff --git a/recipes-bsp/rm-lld/rm-lld.inc b/recipes-bsp/rm-lld/rm-lld.inc
index 4236fd2f..8ed414a8 100644
--- a/recipes-bsp/rm-lld/rm-lld.inc
+++ b/recipes-bsp/rm-lld/rm-lld.inc
@@ -7,15 +7,15 @@ RM_LLD_GIT_PROTOCOL = "git"
7RM_LLD_GIT_BRANCH = "master" 7RM_LLD_GIT_BRANCH = "master"
8RM_LLD_GIT_DESTSUFFIX = "git/ti/drv/rm" 8RM_LLD_GIT_DESTSUFFIX = "git/ti/drv/rm"
9 9
10# Below commit ID corresponds to "DEV.RM_LLD.02.02.00.02" 10# Below commit ID corresponds to "DEV.RM_LLD.02.02.00.03"
11RM_LLD_SRCREV = "6165053f88d1ccb5083f797d24800d5400804647" 11RM_LLD_SRCREV = "cbcd522f2052204a8690fa0ca1f39b5f28388e81"
12 12
13BRANCH = "${RM_LLD_GIT_BRANCH}" 13BRANCH = "${RM_LLD_GIT_BRANCH}"
14SRC_URI = "${RM_LLD_GIT_URI};destsuffix=${RM_LLD_GIT_DESTSUFFIX};protocol=${RM_LLD_GIT_PROTOCOL};branch=${BRANCH}" 14SRC_URI = "${RM_LLD_GIT_URI};destsuffix=${RM_LLD_GIT_DESTSUFFIX};protocol=${RM_LLD_GIT_PROTOCOL};branch=${BRANCH}"
15SRCREV = "${RM_LLD_SRCREV}" 15SRCREV = "${RM_LLD_SRCREV}"
16 16
17PV = "02.02.00.02" 17PV = "02.02.00.03"
18INC_PR = "r1" 18INC_PR = "r0"
19 19
20COMPATIBLE_MACHINE = "keystone" 20COMPATIBLE_MACHINE = "keystone"
21 21