From 2d37a5babff41d7fa1ec338b55df01ed79f4b534 Mon Sep 17 00:00:00 2001 From: Ryan Eatmon Date: Fri, 26 Jul 2024 15:45:27 -0500 Subject: 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 --- meta-ti-extras/recipes-ti/ipc/ti-ipc-rtos_git.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'meta-ti-extras') 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 () { pkg_postrm:${PN}-fw:omapl138 () { update-alternatives --remove rproc-dsp-fw ipc/ti_platforms_evmOMAPL138_DSP/messageq_single.xe674 } + +# Disable the "buildpaths" check while we figure out how we are +# going to address this issue. +# +# 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. +INSANE_SKIP:${PN}-dev += "buildpaths" +INSANE_SKIP:${PN}-fw += "buildpaths" -- cgit v1.2.3-54-g00ecf