diff options
| author | Sam Nelson <sam.nelson@ti.com> | 2018-09-19 23:23:48 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2018-09-20 16:23:09 +0000 |
| commit | 3800265bda02b19c7b4db858ed810cf3fa8bf0e0 (patch) | |
| tree | 79c2e15f1a0aae6d605917e584e87d36b8a6c06b /recipes-bsp/sciclient | |
| parent | aff9cb2a62c37e78e3fa48bddd15fa4f5baf448f (diff) | |
| download | meta-ti-3800265bda02b19c7b4db858ed810cf3fa8bf0e0.tar.gz | |
sciclient-rtos: Update to new commit with fixes
Update to new commit with fixes for issues related to irq set API
Fix build issue with debug files
Signed-off-by: Sam Nelson <sam.nelson@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, 5 insertions, 3 deletions
diff --git a/recipes-bsp/sciclient/sciclient-rtos_git.bb b/recipes-bsp/sciclient/sciclient-rtos_git.bb index e059f4b3..73f642d9 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.00A" |
| 16 | SCICLIENT_SRCREV = "4ac052a70764c5fcf9dd18d521fe3b631bfcd875" | 16 | SCICLIENT_SRCREV = "cf151766d4cef7f93b47e4822a1ce6f17dfb9339" |
| 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.00" |
| 23 | PR = "r0" | 23 | PR = "r1" |
| 24 | 24 | ||
| 25 | DEPENDS_append = " osal-rtos common-csl-ip-rtos" | 25 | DEPENDS_append = " osal-rtos common-csl-ip-rtos" |
| 26 | 26 | ||
| @@ -81,3 +81,5 @@ do_install() { | |||
| 81 | FILES_${PN} += "${PDK_INSTALL_DIR_RECIPE}/packages" | 81 | FILES_${PN} += "${PDK_INSTALL_DIR_RECIPE}/packages" |
| 82 | 82 | ||
| 83 | INSANE_SKIP_${PN} = "arch ldflags file-rdeps" | 83 | INSANE_SKIP_${PN} = "arch ldflags file-rdeps" |
| 84 | |||
| 85 | INSANE_SKIP_${PN}-dbg = "arch" | ||
