diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2018-04-13 23:02:08 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-04-17 12:33:24 -0400 |
commit | 478a74902feb50b4564c1123a0fe42ddc903f73a (patch) | |
tree | ea137f828e4fccd78786259e0c0224ac80cfa3c5 /recipes-bsp/pruss-lld/pruss-lld.inc | |
parent | 12872559d5c50b382458af517a1d209d6524c0bc (diff) | |
download | meta-ti-478a74902feb50b4564c1123a0fe42ddc903f73a.tar.gz |
pruss-lld: Updating to version 01.00.00.09A
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/pruss-lld/pruss-lld.inc')
-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 501b72c8..451007eb 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.08" | 12 | # Below commit ID corresponds to "DEV.PRUSS_LLD.01.00.00.09A" |
13 | PRUSS_LLD_SRCREV = "40d886b30f9b34bd86a76c6d7c04c37a9db7365b" | 13 | PRUSS_LLD_SRCREV = "e56c0950d30f59db3186f354ea4416eac556a331" |
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.08" | 19 | PV = "01.00.00.09A" |
20 | INC_PR = "r0" | 20 | INC_PR = "r0" |
21 | 21 | ||