summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2016-03-21 20:51:05 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-03-21 11:42:10 -0400
commit9a45899532581566f96df6ea4338b505d9d977dd (patch)
tree21da37f21c9ffa4e648d259a2ff2bad7b63d4681
parent819731a317923e4f15a8424333fd964edf58f538 (diff)
downloadmeta-ti-9a45899532581566f96df6ea4338b505d9d977dd.tar.gz
rm-lld: Upgrade to version 2.2.0.1
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/rm-lld/rm-lld.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/rm-lld/rm-lld.inc b/recipes-bsp/rm-lld/rm-lld.inc
index be717612..70d9b5b6 100644
--- a/recipes-bsp/rm-lld/rm-lld.inc
+++ b/recipes-bsp/rm-lld/rm-lld.inc
@@ -7,14 +7,14 @@ 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.00 10# Below commit ID corresponds to DEV.RM_LLD.02.02.00.01
11RM_LLD_SRCREV = "48fc05bf1835f76760da4341a4c551398aeeb7cd" 11RM_LLD_SRCREV = "841f2df9726f456d6c026c0aa03095699962d048"
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.00" 17PV = "02.02.00.01"
18INC_PR = "r0" 18INC_PR = "r0"
19 19
20COMPATIBLE_MACHINE = "keystone" 20COMPATIBLE_MACHINE = "keystone"