summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2024-07-26 15:45:27 -0500
committerRyan Eatmon <reatmon@ti.com>2024-07-30 08:55:08 -0500
commit2d37a5babff41d7fa1ec338b55df01ed79f4b534 (patch)
treea75415ba1d7e029299e278a2e8aa083a40b3fcd5
parentb33978b8df7481f83da45cb1bf0136c99f9110db (diff)
downloadmeta-ti-2d37a5babff41d7fa1ec338b55df01ed79f4b534.tar.gz
ti-ipc-rtos: Disable buildpaths check
The ti-cgt6x compiler is a custom TI compiler for the TI C6000 Digital Signal Processor(DSP) platform. It does not currently support reproducible builds and is provided via a binary blob download that we cannot patch in the recipe to address the issue. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-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"