From c51efc85e7227ac5ba6b9d7dcd77022fe8f6f388 Mon Sep 17 00:00:00 2001 From: Mahesh Radhakrishnan Date: Thu, 19 Jul 2018 23:24:03 +0000 Subject: rm-lld: Update to 2.2.0.3 & recipe update to rtos recipe (html doc link) Signed-off-by: Mahesh Radhakrishnan Signed-off-by: Denys Dmytriyenko --- recipes-bsp/rm-lld/rm-lld-rtos_git.bb | 6 +++++- recipes-bsp/rm-lld/rm-lld.inc | 8 ++++---- 2 files changed, 9 insertions(+), 5 deletions(-) (limited to 'recipes-bsp') 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" require rm-lld.inc -PR = "${INC_PR}.1" +PR = "${INC_PR}.2" PACKAGE_ARCH = "${MACHINE_ARCH}" + +# HTML doc link params +PDK_COMP_LINK_TEXT = "RM LLD" + 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" RM_LLD_GIT_BRANCH = "master" RM_LLD_GIT_DESTSUFFIX = "git/ti/drv/rm" -# Below commit ID corresponds to "DEV.RM_LLD.02.02.00.02" -RM_LLD_SRCREV = "6165053f88d1ccb5083f797d24800d5400804647" +# Below commit ID corresponds to "DEV.RM_LLD.02.02.00.03" +RM_LLD_SRCREV = "cbcd522f2052204a8690fa0ca1f39b5f28388e81" BRANCH = "${RM_LLD_GIT_BRANCH}" SRC_URI = "${RM_LLD_GIT_URI};destsuffix=${RM_LLD_GIT_DESTSUFFIX};protocol=${RM_LLD_GIT_PROTOCOL};branch=${BRANCH}" SRCREV = "${RM_LLD_SRCREV}" -PV = "02.02.00.02" -INC_PR = "r1" +PV = "02.02.00.03" +INC_PR = "r0" COMPATIBLE_MACHINE = "keystone" -- cgit v1.2.3-54-g00ecf