1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-01-12 01:20:20 +00:00

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>
This commit is contained in:
Mahesh Radhakrishnan
2018-07-19 23:24:03 +00:00
committed by Denys Dmytriyenko
parent 399c7cfdb0
commit 4d48e218a4
2 changed files with 9 additions and 5 deletions

View File

@@ -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"

View File

@@ -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"