diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2019-06-30 08:20:26 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-07-01 17:10:31 +0000 |
commit | 572080eea84022b8841af585a2b65ea9c58ab09a (patch) | |
tree | 1536430be8dbb2064c857c6972155cb20f96a705 /recipes-bsp/pruss-lld | |
parent | f25bc595d98a47b24590c0bd0e89448bf4d852b8 (diff) | |
download | meta-ti-572080eea84022b8841af585a2b65ea9c58ab09a.tar.gz |
pruss-lld: SRCREV update to 01.00.00.14A
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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/pruss-lld/pruss-lld.inc b/recipes-bsp/pruss-lld/pruss-lld.inc index 9478a16a..bea19fa9 100644 --- a/recipes-bsp/pruss-lld/pruss-lld.inc +++ b/recipes-bsp/pruss-lld/pruss-lld.inc | |||
@@ -9,13 +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.14" | 12 | # Below commit ID corresponds to "DEV.PRUSS_LLD.01.00.00.14A" |
13 | PRUSS_LLD_SRCREV = "667b0eb2334ce59492b5b39d1cf124f7871b5f9c" | 13 | PRUSS_LLD_SRCREV = "988576398ae1488c706eebdd71aeff5959604f77" |
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.14" | 19 | PV = "01.00.00.14A" |
20 | INC_PR = "r0" | 20 | INC_PR = "r0" |
21 | 21 | ||