diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2018-12-15 01:31:32 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-12-18 00:11:12 +0000 |
commit | ad689dafe643d79e2fc18e94778f2edab4059234 (patch) | |
tree | c0a4650d51b986ba67bdc41fae124872ba58861c /recipes-bsp/sciclient | |
parent | abf2bf8ed970428789bb01d9e0136d9485595b3c (diff) | |
download | meta-ti-ad689dafe643d79e2fc18e94778f2edab4059234.tar.gz |
sciclient-rtos: SRCREV udpate to 01.00.00.01
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/sciclient')
-rw-r--r-- | recipes-bsp/sciclient/sciclient-rtos_git.bb | 8 |
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 1eee3d64..671cba3d 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" | |||
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.00" | 15 | # Below commit ID corresponds to "DEV.SCICLIENT.01.00.00.01" |
16 | SCICLIENT_SRCREV = "b865ba8a56b298048e21a26abb087c34113f5da1" | 16 | SCICLIENT_SRCREV = "ed65f5e855e1d6ad8db240eb0d454258e33ff90e" |
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.00" | 22 | PV = "01.00.00.01" |
23 | PR = "r2" | 23 | PR = "r0" |
24 | 24 | ||
25 | DEPENDS_append = " osal-rtos common-csl-ip-rtos" | 25 | DEPENDS_append = " osal-rtos common-csl-ip-rtos" |
26 | 26 | ||