diff options
| author | Sam Nelson <sam.nelson@ti.com> | 2018-09-19 23:23:48 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2018-09-19 21:03:06 +0000 |
| commit | 20f72ccc0373c0337ff6281faaff5921cb7bebdc (patch) | |
| tree | bed34f14625cd00e18c125ddab64b6907f10bcc3 | |
| parent | 4acf517069ca28c15fa73d0d5c843d9d74f94929 (diff) | |
| download | meta-ti-20f72ccc0373c0337ff6281faaff5921cb7bebdc.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>
| -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" | ||
