summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/sciclient
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2019-09-19 00:36:50 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-09-20 17:36:53 +0000
commita0a5d6d906f61d93a88b6d792ca31025ac8e3063 (patch)
tree242370f0452239af44d666950c3d7728fd52bac9 /recipes-bsp/sciclient
parentbdcc57ab014715d348fec60b023a68f4a16fc437 (diff)
downloadmeta-ti-a0a5d6d906f61d93a88b6d792ca31025ac8e3063.tar.gz
sciclient-rtos: SRCREV update
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/sciclient')
-rw-r--r--recipes-bsp/sciclient/sciclient-rtos_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/sciclient/sciclient-rtos_git.bb b/recipes-bsp/sciclient/sciclient-rtos_git.bb
index a8dcd56e..3453bc9e 100644
--- a/recipes-bsp/sciclient/sciclient-rtos_git.bb
+++ b/recipes-bsp/sciclient/sciclient-rtos_git.bb
@@ -13,14 +13,14 @@ SCICLIENT_GIT_PROTOCOL = "git"
13SCICLIENT_GIT_BRANCH = "master" 13SCICLIENT_GIT_BRANCH = "master"
14 14
15# Below commit ID corresponds to "DEV.SCICLIENT.01.00.00.03" 15# Below commit ID corresponds to "DEV.SCICLIENT.01.00.00.03"
16SCICLIENT_SRCREV = "c593925c3d9aecf18a8a1834d0eb098851457098" 16SCICLIENT_SRCREV = "c11ceefc4e4ca820aa1e76292af71680f90e7a63"
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.03" 22PV = "01.00.00.03"
23PR = "r1" 23PR = "r2"
24 24
25DEPENDS_append = " osal-rtos common-csl-ip-rtos" 25DEPENDS_append = " osal-rtos common-csl-ip-rtos"
26 26