summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2024-07-26 15:45:28 -0500
committerRyan Eatmon <reatmon@ti.com>2024-07-30 08:55:08 -0500
commitbfb1338e114c13e94e7dc19e33c367fd97e3c84c (patch)
tree7b5fbff61e0368e00487a4ebe93611b58f04210e
parent2d37a5babff41d7fa1ec338b55df01ed79f4b534 (diff)
downloadmeta-ti-bfb1338e114c13e94e7dc19e33c367fd97e3c84c.tar.gz
libulm: 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-bsp/dsptop/libulm_git.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-ti-extras/recipes-bsp/dsptop/libulm_git.bb b/meta-ti-extras/recipes-bsp/dsptop/libulm_git.bb
index 6a2cde30..998d9d83 100644
--- a/meta-ti-extras/recipes-bsp/dsptop/libulm_git.bb
+++ b/meta-ti-extras/recipes-bsp/dsptop/libulm_git.bb
@@ -43,3 +43,13 @@ include dsptop.inc
43ALLOW_EMPTY:${PN} = "1" 43ALLOW_EMPTY:${PN} = "1"
44 44
45PARALLEL_MAKE= "" 45PARALLEL_MAKE= ""
46
47# Disable the "buildpaths" check while we figure out how we are
48# going to address this issue.
49#
50# The ti-cgt6x compiler is a custom TI compiler for the TI C6000
51# Digital Signal Processor(DSP) platform. It does not currently
52# support reproducible builds and is provided via a binary blob
53# download that we cannot patch in the recipe to address the
54# issue.
55INSANE_SKIP:${PN}-dev += "buildpaths"