diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2019-03-21 19:16:01 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-03-22 01:04:24 +0000 |
commit | 48b9a6f5222c9f23fab2e35fbed9a17b44418334 (patch) | |
tree | e87549f9a5aaa92242ba9c24045656508435c06c /recipes-bsp/sciclient/sciclient-rtos_git.bb | |
parent | d7759200c21754a455a3fbc3bf42685e66326876 (diff) | |
download | meta-ti-48b9a6f5222c9f23fab2e35fbed9a17b44418334.tar.gz |
sciclient-rtos: SRCREV update to 01.00.00.02A
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/sciclient/sciclient-rtos_git.bb')
-rw-r--r-- | recipes-bsp/sciclient/sciclient-rtos_git.bb | 6 |
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 671cba3d..1a193208 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" | |||
12 | SCICLIENT_GIT_PROTOCOL = "git" | 12 | SCICLIENT_GIT_PROTOCOL = "git" |
13 | SCICLIENT_GIT_BRANCH = "master" | 13 | SCICLIENT_GIT_BRANCH = "master" |
14 | 14 | ||
15 | # Below commit ID corresponds to "DEV.SCICLIENT.01.00.00.01" | 15 | # Below commit ID corresponds to "DEV.SCICLIENT.01.00.00.02A" |
16 | SCICLIENT_SRCREV = "ed65f5e855e1d6ad8db240eb0d454258e33ff90e" | 16 | SCICLIENT_SRCREV = "e30f9c7dfadbb170921a6f9e34d8e5a5a21c1a18" |
17 | 17 | ||
18 | BRANCH = "${SCICLIENT_GIT_BRANCH}" | 18 | BRANCH = "${SCICLIENT_GIT_BRANCH}" |
19 | SRC_URI = "${SCICLIENT_GIT_URI};protocol=${SCICLIENT_GIT_PROTOCOL};branch=${BRANCH}" | 19 | SRC_URI = "${SCICLIENT_GIT_URI};protocol=${SCICLIENT_GIT_PROTOCOL};branch=${BRANCH}" |
20 | 20 | ||
21 | SRCREV = "${SCICLIENT_SRCREV}" | 21 | SRCREV = "${SCICLIENT_SRCREV}" |
22 | PV = "01.00.00.01" | 22 | PV = "01.00.00.02A" |
23 | PR = "r0" | 23 | PR = "r0" |
24 | 24 | ||
25 | DEPENDS_append = " osal-rtos common-csl-ip-rtos" | 25 | DEPENDS_append = " osal-rtos common-csl-ip-rtos" |