summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/sciclient
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2019-10-02 06:04:01 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-10-02 23:55:53 +0000
commita2b62bae75bc1d12e485862c0124d2d3662b95e2 (patch)
treed84b7592902b728d8a69224863689ee6521b477c /recipes-bsp/sciclient
parentcc1ae799e286bc69428f430444ca8b9d2a76dcdb (diff)
downloadmeta-ti-a2b62bae75bc1d12e485862c0124d2d3662b95e2.tar.gz
sciclient-rtos: SRCREV update to 01.00.00.04
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/sciclient')
-rw-r--r--recipes-bsp/sciclient/sciclient-rtos_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/sciclient/sciclient-rtos_git.bb b/recipes-bsp/sciclient/sciclient-rtos_git.bb
index 3453bc9e..bfaa84a8 100644
--- a/recipes-bsp/sciclient/sciclient-rtos_git.bb
+++ b/recipes-bsp/sciclient/sciclient-rtos_git.bb
@@ -12,15 +12,15 @@ 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.03" 15# Below commit ID corresponds to "DEV.SCICLIENT.01.00.00.04"
16SCICLIENT_SRCREV = "c11ceefc4e4ca820aa1e76292af71680f90e7a63" 16SCICLIENT_SRCREV = "287fe553ef548a60cce59e6a41d2e173ecbbc18a"
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.04"
23PR = "r2" 23PR = "r0"
24 24
25DEPENDS_append = " osal-rtos common-csl-ip-rtos" 25DEPENDS_append = " osal-rtos common-csl-ip-rtos"
26 26