diff mbox series

[meta-arago,master,1/2] clocl: Disable buildpaths check

Message ID 20240726204518.8929-2-reatmon@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series Disable buildpaths check | expand

Commit Message

Ryan Eatmon July 26, 2024, 8:45 p.m. UTC
The ti-llvm3.6 compiler is a custom TI compiler that has not
been updated for a number of years.  It does not currently
support reproducible builds.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 meta-arago-extras/recipes-ti/ocl/clocl_git.bb | 8 ++++++++
 1 file changed, 8 insertions(+)
diff mbox series

Patch

diff --git a/meta-arago-extras/recipes-ti/ocl/clocl_git.bb b/meta-arago-extras/recipes-ti/ocl/clocl_git.bb
index 52deaab8..b6ad9782 100644
--- a/meta-arago-extras/recipes-ti/ocl/clocl_git.bb
+++ b/meta-arago-extras/recipes-ti/ocl/clocl_git.bb
@@ -33,3 +33,11 @@  do_install() {
 
 RDEPENDS:${PN} += "ti-cgt6x"
 BBCLASSEXTEND = "native nativesdk"
+
+# Disable the "buildpaths" check while we figure out how we are
+# going to address this issue.
+#
+# The ti-llvm3.6 compiler is a custom TI compiler that has not
+# been updated for a number of years.  It does not currently
+# support reproducible builds.
+INSANE_SKIP:${PN} += "buildpaths"