diff options
author | Justin Sobota <jsobota@ti.com> | 2016-06-28 00:31:06 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-06-29 17:11:16 -0400 |
commit | 1170edc50358d1d2201762c3dafb1b7c937ced26 (patch) | |
tree | c07f92ef38bc7ff553eec8c5b2038420c7edfe2b /recipes-bsp | |
parent | a291c74486dc9ebd1c1f289bcd082d14183ad96d (diff) | |
download | meta-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')
-rw-r--r-- | recipes-bsp/rm-lld/rm-lld.inc | 8 |
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" | |||
7 | RM_LLD_GIT_BRANCH = "master" | 7 | RM_LLD_GIT_BRANCH = "master" |
8 | RM_LLD_GIT_DESTSUFFIX = "git/ti/drv/rm" | 8 | RM_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" |
11 | RM_LLD_SRCREV = "841f2df9726f456d6c026c0aa03095699962d048" | 11 | RM_LLD_SRCREV = "6165053f88d1ccb5083f797d24800d5400804647" |
12 | 12 | ||
13 | BRANCH = "${RM_LLD_GIT_BRANCH}" | 13 | BRANCH = "${RM_LLD_GIT_BRANCH}" |
14 | SRC_URI = "${RM_LLD_GIT_URI};destsuffix=${RM_LLD_GIT_DESTSUFFIX};protocol=${RM_LLD_GIT_PROTOCOL};branch=${BRANCH}" | 14 | SRC_URI = "${RM_LLD_GIT_URI};destsuffix=${RM_LLD_GIT_DESTSUFFIX};protocol=${RM_LLD_GIT_PROTOCOL};branch=${BRANCH}" |
15 | SRCREV = "${RM_LLD_SRCREV}" | 15 | SRCREV = "${RM_LLD_SRCREV}" |
16 | 16 | ||
17 | PV = "02.02.00.01" | 17 | PV = "02.02.00.02" |
18 | INC_PR = "r0" | 18 | INC_PR = "r1" |
19 | 19 | ||
20 | COMPATIBLE_MACHINE = "keystone" | 20 | COMPATIBLE_MACHINE = "keystone" |
21 | 21 | ||