summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/rm-lld/rm-lld.inc
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:11:16 -0400
commit1170edc50358d1d2201762c3dafb1b7c937ced26 (patch)
treec07f92ef38bc7ff553eec8c5b2038420c7edfe2b /recipes-bsp/rm-lld/rm-lld.inc
parenta291c74486dc9ebd1c1f289bcd082d14183ad96d (diff)
downloadmeta-ti-1170edc50358d1d2201762c3dafb1b7c937ced26.tar.gz
rm-lld: Bump version
Signed-off-by: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/rm-lld/rm-lld.inc')
-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