summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2019-10-09 02:14:14 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-10-08 23:57:37 +0000
commit5fdb9bf79062f321fb5a8f7cf42c5c20b3eed183 (patch)
treea3316d773db9138aa6864e2dc5df542c3c52bcc7
parentedb9e2291ebeb7e3eb7cc7b2c58ac5112e66fdda (diff)
downloadmeta-ti-5fdb9bf79062f321fb5a8f7cf42c5c20b3eed183.tar.gz
pruss-lld: SRCREV update to 01.00.00.15B
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/pruss-lld/pruss-lld.inc6
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"
9PRUSS_LLD_GIT_BRANCH = "master" 9PRUSS_LLD_GIT_BRANCH = "master"
10PRUSS_LLD_GIT_DESTSUFFIX = "git/ti/drv/pruss" 10PRUSS_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"
13PRUSS_LLD_SRCREV = "914a5aab5080413fe848fa2903ace4d15e43699a" 13PRUSS_LLD_SRCREV = "989f802266d52f50a6db8f2be6967eacd9d2b409"
14 14
15BRANCH = "${PRUSS_LLD_GIT_BRANCH}" 15BRANCH = "${PRUSS_LLD_GIT_BRANCH}"
16SRC_URI = "${PRUSS_LLD_GIT_URI};destsuffix=${PRUSS_LLD_GIT_DESTSUFFIX};protocol=${PRUSS_LLD_GIT_PROTOCOL};branch=${BRANCH}" 16SRC_URI = "${PRUSS_LLD_GIT_URI};destsuffix=${PRUSS_LLD_GIT_DESTSUFFIX};protocol=${PRUSS_LLD_GIT_PROTOCOL};branch=${BRANCH}"
17 17
18SRCREV = "${PRUSS_LLD_SRCREV}" 18SRCREV = "${PRUSS_LLD_SRCREV}"
19PV = "01.00.00.15A" 19PV = "01.00.00.15B"
20INC_PR = "r0" 20INC_PR = "r0"
21 21