summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2019-03-27 04:34:54 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-03-27 20:55:00 +0000
commit062f11744b20a77710a0fbf2b40026889024f090 (patch)
tree09855eb2a26c3f716e240f2b97a30be32369495a /recipes-bsp
parent6aa4b5fa060eeee422363098c93bf6f7026780df (diff)
downloadmeta-ti-062f11744b20a77710a0fbf2b40026889024f090.tar.gz
sciclient-rtos: SRCREV bump to 01.00.00.02B
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/sciclient/sciclient-rtos_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/sciclient/sciclient-rtos_git.bb b/recipes-bsp/sciclient/sciclient-rtos_git.bb
index 1a193208..2de94d02 100644
--- a/recipes-bsp/sciclient/sciclient-rtos_git.bb
+++ b/recipes-bsp/sciclient/sciclient-rtos_git.bb
@@ -12,14 +12,14 @@ SCICLIENT_GIT_URI = "git://git.ti.com/keystone-rtos/sciclient.git"
12SCICLIENT_GIT_PROTOCOL = "git" 12SCICLIENT_GIT_PROTOCOL = "git"
13SCICLIENT_GIT_BRANCH = "master" 13SCICLIENT_GIT_BRANCH = "master"
14 14
15# Below commit ID corresponds to "DEV.SCICLIENT.01.00.00.02A" 15# Below commit ID corresponds to "DEV.SCICLIENT.01.00.00.02B"
16SCICLIENT_SRCREV = "e30f9c7dfadbb170921a6f9e34d8e5a5a21c1a18" 16SCICLIENT_SRCREV = "3b88caad398d2eeca7acf4f02c24aaa993c6b545"
17 17
18BRANCH = "${SCICLIENT_GIT_BRANCH}" 18BRANCH = "${SCICLIENT_GIT_BRANCH}"
19SRC_URI = "${SCICLIENT_GIT_URI};protocol=${SCICLIENT_GIT_PROTOCOL};branch=${BRANCH}" 19SRC_URI = "${SCICLIENT_GIT_URI};protocol=${SCICLIENT_GIT_PROTOCOL};branch=${BRANCH}"
20 20
21SRCREV = "${SCICLIENT_SRCREV}" 21SRCREV = "${SCICLIENT_SRCREV}"
22PV = "01.00.00.02A" 22PV = "01.00.00.02B"
23PR = "r0" 23PR = "r0"
24 24
25DEPENDS_append = " osal-rtos common-csl-ip-rtos" 25DEPENDS_append = " osal-rtos common-csl-ip-rtos"