diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2019-10-09 02:14:14 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-10-08 23:51:58 +0000 |
commit | da56d99a400fccda1a70e44295473cb32b65e517 (patch) | |
tree | 171ff0510c0e5c30456c53eedd29030dc932acc8 /recipes-bsp/pruss-lld | |
parent | bca5fa644a258a906e151ac1aaad626ad749359c (diff) | |
download | meta-ti-da56d99a400fccda1a70e44295473cb32b65e517.tar.gz |
pruss-lld: SRCREV update to 01.00.00.15B
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 278a6307..1fd3fb71 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.15A" | 12 | # Below commit ID corresponds to "DEV.PRUSS_LLD.01.00.00.15B" |
13 | PRUSS_LLD_SRCREV = "914a5aab5080413fe848fa2903ace4d15e43699a" | 13 | PRUSS_LLD_SRCREV = "989f802266d52f50a6db8f2be6967eacd9d2b409" |
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.15A" | 19 | PV = "01.00.00.15B" |
20 | INC_PR = "r0" | 20 | INC_PR = "r0" |
21 | 21 | ||