diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2017-12-14 02:58:35 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-12-14 12:43:00 -0500 |
commit | ff21e6ae8a67531e4ab0323c47465ec6026e6ef2 (patch) | |
tree | ca110963a1f019f701cae68888df04bdda4b7649 /recipes-bsp/pruss-lld | |
parent | 42c48b1874dfd5a882922de3ddd368a6144b635a (diff) | |
download | meta-ti-ff21e6ae8a67531e4ab0323c47465ec6026e6ef2.tar.gz |
pruss-lld: Update to version 1.0.0.8
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/pruss-lld')
-rw-r--r-- | recipes-bsp/pruss-lld/pruss-lld.inc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-bsp/pruss-lld/pruss-lld.inc b/recipes-bsp/pruss-lld/pruss-lld.inc index 44d84b83..bbd060d0 100644 --- a/recipes-bsp/pruss-lld/pruss-lld.inc +++ b/recipes-bsp/pruss-lld/pruss-lld.inc | |||
@@ -9,12 +9,13 @@ PRUSS_LLD_GIT_PROTOCOL = "git" | |||
9 | PRUSS_LLD_GIT_BRANCH = "master" | 9 | PRUSS_LLD_GIT_BRANCH = "master" |
10 | PRUSS_LLD_GIT_DESTSUFFIX = "git/ti/drv/pruss" | 10 | PRUSS_LLD_GIT_DESTSUFFIX = "git/ti/drv/pruss" |
11 | 11 | ||
12 | # Below commit ID corresponds to "DEV.PRUSS_LLD.01.00.00.07" | 12 | # Below commit ID corresponds to "DEV.PRUSS_LLD.01.00.00.08" |
13 | PRUSS_LLD_SRCREV = "636bb5645014723c54c08245cf8c2ee401eceb4f" | 13 | PRUSS_LLD_SRCREV = "40d886b30f9b34bd86a76c6d7c04c37a9db7365b" |
14 | 14 | ||
15 | BRANCH = "${PRUSS_LLD_GIT_BRANCH}" | 15 | BRANCH = "${PRUSS_LLD_GIT_BRANCH}" |
16 | SRC_URI = "${PRUSS_LLD_GIT_URI};destsuffix=${PRUSS_LLD_GIT_DESTSUFFIX};protocol=${PRUSS_LLD_GIT_PROTOCOL};branch=${BRANCH}" | 16 | SRC_URI = "${PRUSS_LLD_GIT_URI};destsuffix=${PRUSS_LLD_GIT_DESTSUFFIX};protocol=${PRUSS_LLD_GIT_PROTOCOL};branch=${BRANCH}" |
17 | 17 | ||
18 | SRCREV = "${PRUSS_LLD_SRCREV}" | 18 | SRCREV = "${PRUSS_LLD_SRCREV}" |
19 | PV = "01.00.00.07" | 19 | PV = "01.00.00.08" |
20 | INC_PR = "r0" | 20 | INC_PR = "r0" |
21 | |||