summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/rm-lld
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2016-01-27 03:16:44 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-01-27 15:54:02 -0500
commit4593264a4f3f988010ee1537ff15248c3ed085f0 (patch)
tree1cd0183a9e3cf8ac85a4de7c236ff037ea7a5fdf /recipes-bsp/rm-lld
parent3244a400578a14de8f18a1b268ea28413b22b2d6 (diff)
downloadmeta-ti-4593264a4f3f988010ee1537ff15248c3ed085f0.tar.gz
rm-lld: Bump version to 02.02.00.00
Signed-off-by: Jacob Stiffler <j-stiffler@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.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/rm-lld/rm-lld.inc b/recipes-bsp/rm-lld/rm-lld.inc
index 5b3b9810..be717612 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.01.02.00 10# Below commit ID corresponds to DEV.RM_LLD.02.02.00.00
11RM_LLD_SRCREV = "b3d711203c6b4cf99fb2f95dc2f4728dfd1b2639" 11RM_LLD_SRCREV = "48fc05bf1835f76760da4341a4c551398aeeb7cd"
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.01.02.00" 17PV = "02.02.00.00"
18INC_PR = "r3" 18INC_PR = "r0"
19 19
20COMPATIBLE_MACHINE = "keystone" 20COMPATIBLE_MACHINE = "keystone"
21 21