diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2019-09-19 00:36:50 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-09-20 17:36:53 +0000 |
commit | a0a5d6d906f61d93a88b6d792ca31025ac8e3063 (patch) | |
tree | 242370f0452239af44d666950c3d7728fd52bac9 /recipes-bsp | |
parent | bdcc57ab014715d348fec60b023a68f4a16fc437 (diff) | |
download | meta-ti-a0a5d6d906f61d93a88b6d792ca31025ac8e3063.tar.gz |
sciclient-rtos: SRCREV update
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/sciclient/sciclient-rtos_git.bb | 4 |
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" | |||
13 | SCICLIENT_GIT_BRANCH = "master" | 13 | SCICLIENT_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" |
16 | SCICLIENT_SRCREV = "c593925c3d9aecf18a8a1834d0eb098851457098" | 16 | SCICLIENT_SRCREV = "c11ceefc4e4ca820aa1e76292af71680f90e7a63" |
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.03" | 22 | PV = "01.00.00.03" |
23 | PR = "r1" | 23 | PR = "r2" |
24 | 24 | ||
25 | DEPENDS_append = " osal-rtos common-csl-ip-rtos" | 25 | DEPENDS_append = " osal-rtos common-csl-ip-rtos" |
26 | 26 | ||