mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-27 06:18:13 +00:00
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>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
4acf517069
commit
20f72ccc03
@@ -12,15 +12,15 @@ SCICLIENT_GIT_URI = "git://git.ti.com/keystone-rtos/sciclient.git"
|
|||||||
SCICLIENT_GIT_PROTOCOL = "git"
|
SCICLIENT_GIT_PROTOCOL = "git"
|
||||||
SCICLIENT_GIT_BRANCH = "master"
|
SCICLIENT_GIT_BRANCH = "master"
|
||||||
|
|
||||||
# Below commit ID corresponds to "DEV.SCICLIENT.01.00.00.00"
|
# Below commit ID corresponds to "DEV.SCICLIENT.01.00.00.00A"
|
||||||
SCICLIENT_SRCREV = "4ac052a70764c5fcf9dd18d521fe3b631bfcd875"
|
SCICLIENT_SRCREV = "cf151766d4cef7f93b47e4822a1ce6f17dfb9339"
|
||||||
|
|
||||||
BRANCH = "${SCICLIENT_GIT_BRANCH}"
|
BRANCH = "${SCICLIENT_GIT_BRANCH}"
|
||||||
SRC_URI = "${SCICLIENT_GIT_URI};protocol=${SCICLIENT_GIT_PROTOCOL};branch=${BRANCH}"
|
SRC_URI = "${SCICLIENT_GIT_URI};protocol=${SCICLIENT_GIT_PROTOCOL};branch=${BRANCH}"
|
||||||
|
|
||||||
SRCREV = "${SCICLIENT_SRCREV}"
|
SRCREV = "${SCICLIENT_SRCREV}"
|
||||||
PV = "01.00.00.00"
|
PV = "01.00.00.00"
|
||||||
PR = "r0"
|
PR = "r1"
|
||||||
|
|
||||||
DEPENDS_append = " osal-rtos common-csl-ip-rtos"
|
DEPENDS_append = " osal-rtos common-csl-ip-rtos"
|
||||||
|
|
||||||
@@ -81,3 +81,5 @@ do_install() {
|
|||||||
FILES_${PN} += "${PDK_INSTALL_DIR_RECIPE}/packages"
|
FILES_${PN} += "${PDK_INSTALL_DIR_RECIPE}/packages"
|
||||||
|
|
||||||
INSANE_SKIP_${PN} = "arch ldflags file-rdeps"
|
INSANE_SKIP_${PN} = "arch ldflags file-rdeps"
|
||||||
|
|
||||||
|
INSANE_SKIP_${PN}-dbg = "arch"
|
||||||
|
|||||||
Reference in New Issue
Block a user