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 <[email protected]> --- meta-arago-extras/recipes-ti/ocl/clocl_git.bb | 8 ++++++++ 1 file changed, 8 insertions(+) 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" -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15469): https://lists.yoctoproject.org/g/meta-arago/message/15469 Mute This Topic: https://lists.yoctoproject.org/mt/107568518/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
