summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/sciclient
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2018-09-19 23:23:48 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-09-20 16:23:09 +0000
commit3800265bda02b19c7b4db858ed810cf3fa8bf0e0 (patch)
tree79c2e15f1a0aae6d605917e584e87d36b8a6c06b /recipes-bsp/sciclient
parentaff9cb2a62c37e78e3fa48bddd15fa4f5baf448f (diff)
downloadmeta-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.bb8
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"
12SCICLIENT_GIT_PROTOCOL = "git" 12SCICLIENT_GIT_PROTOCOL = "git"
13SCICLIENT_GIT_BRANCH = "master" 13SCICLIENT_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"
16SCICLIENT_SRCREV = "4ac052a70764c5fcf9dd18d521fe3b631bfcd875" 16SCICLIENT_SRCREV = "cf151766d4cef7f93b47e4822a1ce6f17dfb9339"
17 17
18BRANCH = "${SCICLIENT_GIT_BRANCH}" 18BRANCH = "${SCICLIENT_GIT_BRANCH}"
19SRC_URI = "${SCICLIENT_GIT_URI};protocol=${SCICLIENT_GIT_PROTOCOL};branch=${BRANCH}" 19SRC_URI = "${SCICLIENT_GIT_URI};protocol=${SCICLIENT_GIT_PROTOCOL};branch=${BRANCH}"
20 20
21SRCREV = "${SCICLIENT_SRCREV}" 21SRCREV = "${SCICLIENT_SRCREV}"
22PV = "01.00.00.00" 22PV = "01.00.00.00"
23PR = "r0" 23PR = "r1"
24 24
25DEPENDS_append = " osal-rtos common-csl-ip-rtos" 25DEPENDS_append = " osal-rtos common-csl-ip-rtos"
26 26
@@ -81,3 +81,5 @@ do_install() {
81FILES_${PN} += "${PDK_INSTALL_DIR_RECIPE}/packages" 81FILES_${PN} += "${PDK_INSTALL_DIR_RECIPE}/packages"
82 82
83INSANE_SKIP_${PN} = "arch ldflags file-rdeps" 83INSANE_SKIP_${PN} = "arch ldflags file-rdeps"
84
85INSANE_SKIP_${PN}-dbg = "arch"