diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2016-03-21 20:51:05 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-03-21 11:43:23 -0400 |
commit | bffc8a32778a7ef34c7cce8dc6064d2057dca39f (patch) | |
tree | 1aae8451549183dc87cee96b53119fe3fea99ee0 /recipes-bsp | |
parent | aa36ab3402fa1ccf932dfc41e20e002de73b3bd5 (diff) | |
download | meta-ti-bffc8a32778a7ef34c7cce8dc6064d2057dca39f.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>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/rm-lld/rm-lld.inc | 6 |
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" | |||
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.00 | 10 | # Below commit ID corresponds to DEV.RM_LLD.02.02.00.01 |
11 | RM_LLD_SRCREV = "48fc05bf1835f76760da4341a4c551398aeeb7cd" | 11 | RM_LLD_SRCREV = "841f2df9726f456d6c026c0aa03095699962d048" |
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.00" | 17 | PV = "02.02.00.01" |
18 | INC_PR = "r0" | 18 | INC_PR = "r0" |
19 | 19 | ||
20 | COMPATIBLE_MACHINE = "keystone" | 20 | COMPATIBLE_MACHINE = "keystone" |