summaryrefslogtreecommitdiffstats
path: root/meta-ti-extras/recipes-ti/ipc/ti-ipc-rtos_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ti-extras/recipes-ti/ipc/ti-ipc-rtos_git.bb')
-rw-r--r--meta-ti-extras/recipes-ti/ipc/ti-ipc-rtos_git.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-ti-extras/recipes-ti/ipc/ti-ipc-rtos_git.bb b/meta-ti-extras/recipes-ti/ipc/ti-ipc-rtos_git.bb
index 999993ea..b4d2e2fa 100644
--- a/meta-ti-extras/recipes-ti/ipc/ti-ipc-rtos_git.bb
+++ b/meta-ti-extras/recipes-ti/ipc/ti-ipc-rtos_git.bb
@@ -99,3 +99,14 @@ pkg_postinst:${PN}-fw:omapl138 () {
99pkg_postrm:${PN}-fw:omapl138 () { 99pkg_postrm:${PN}-fw:omapl138 () {
100 update-alternatives --remove rproc-dsp-fw ipc/ti_platforms_evmOMAPL138_DSP/messageq_single.xe674 100 update-alternatives --remove rproc-dsp-fw ipc/ti_platforms_evmOMAPL138_DSP/messageq_single.xe674
101} 101}
102
103# Disable the "buildpaths" check while we figure out how we are
104# going to address this issue.
105#
106# The ti-cgt6x compiler is a custom TI compiler for the TI C6000
107# Digital Signal Processor(DSP) platform. It does not currently
108# support reproducible builds and is provided via a binary blob
109# download that we cannot patch in the recipe to address the
110# issue.
111INSANE_SKIP:${PN}-dev += "buildpaths"
112INSANE_SKIP:${PN}-fw += "buildpaths"