summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Sobota <jsobota@ti.com>2016-06-28 00:31:06 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-06-29 17:09:35 -0400
commit3aa5480876cbd67a3c212c34f591915bd34350dd (patch)
treec13a2d4cb9f2389f15f7de6c79cc7c0090e50b1c
parent8da412de389f0eb47aaac2cf30fc7a9e5e701702 (diff)
downloadmeta-ti-3aa5480876cbd67a3c212c34f591915bd34350dd.tar.gz
rm-lld: Bump version
Signed-off-by: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-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 70d9b5b6..4236fd2f 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.02.00.01 10# Below commit ID corresponds to "DEV.RM_LLD.02.02.00.02"
11RM_LLD_SRCREV = "841f2df9726f456d6c026c0aa03095699962d048" 11RM_LLD_SRCREV = "6165053f88d1ccb5083f797d24800d5400804647"
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.01" 17PV = "02.02.00.02"
18INC_PR = "r0" 18INC_PR = "r1"
19 19
20COMPATIBLE_MACHINE = "keystone" 20COMPATIBLE_MACHINE = "keystone"
21 21