diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2018-07-19 23:24:03 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-07-24 18:18:49 +0000 |
commit | c51efc85e7227ac5ba6b9d7dcd77022fe8f6f388 (patch) | |
tree | 748b0afdc7014420e8486f3efde7e2c53d86dbd4 /recipes-bsp/rm-lld | |
parent | f016dad163647ef30ea803d0e549d7a60d2f6a90 (diff) | |
download | meta-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/rm-lld')
-rw-r--r-- | recipes-bsp/rm-lld/rm-lld-rtos_git.bb | 6 | ||||
-rw-r--r-- | recipes-bsp/rm-lld/rm-lld.inc | 8 |
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 | ||
5 | require rm-lld.inc | 5 | require rm-lld.inc |
6 | 6 | ||
7 | PR = "${INC_PR}.1" | 7 | PR = "${INC_PR}.2" |
8 | 8 | ||
9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
10 | |||
11 | # HTML doc link params | ||
12 | PDK_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" | |||
7 | RM_LLD_GIT_BRANCH = "master" | 7 | RM_LLD_GIT_BRANCH = "master" |
8 | RM_LLD_GIT_DESTSUFFIX = "git/ti/drv/rm" | 8 | RM_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" |
11 | RM_LLD_SRCREV = "6165053f88d1ccb5083f797d24800d5400804647" | 11 | RM_LLD_SRCREV = "cbcd522f2052204a8690fa0ca1f39b5f28388e81" |
12 | 12 | ||
13 | BRANCH = "${RM_LLD_GIT_BRANCH}" | 13 | BRANCH = "${RM_LLD_GIT_BRANCH}" |
14 | SRC_URI = "${RM_LLD_GIT_URI};destsuffix=${RM_LLD_GIT_DESTSUFFIX};protocol=${RM_LLD_GIT_PROTOCOL};branch=${BRANCH}" | 14 | SRC_URI = "${RM_LLD_GIT_URI};destsuffix=${RM_LLD_GIT_DESTSUFFIX};protocol=${RM_LLD_GIT_PROTOCOL};branch=${BRANCH}" |
15 | SRCREV = "${RM_LLD_SRCREV}" | 15 | SRCREV = "${RM_LLD_SRCREV}" |
16 | 16 | ||
17 | PV = "02.02.00.02" | 17 | PV = "02.02.00.03" |
18 | INC_PR = "r1" | 18 | INC_PR = "r0" |
19 | 19 | ||
20 | COMPATIBLE_MACHINE = "keystone" | 20 | COMPATIBLE_MACHINE = "keystone" |
21 | 21 | ||