From bfb1338e114c13e94e7dc19e33c367fd97e3c84c Mon Sep 17 00:00:00 2001 From: Ryan Eatmon Date: Fri, 26 Jul 2024 15:45:28 -0500 Subject: 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 --- meta-ti-extras/recipes-bsp/dsptop/libulm_git.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'meta-ti-extras') 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 ALLOW_EMPTY:${PN} = "1" PARALLEL_MAKE= "" + +# 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" -- cgit v1.2.3-54-g00ecf