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 <[email protected]> --- .../recipes-devtools/gdbc6x/gdbserver-c6x_git.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/meta-ti-extras/recipes-devtools/gdbc6x/gdbserver-c6x_git.bb b/meta-ti-extras/recipes-devtools/gdbc6x/gdbserver-c6x_git.bb index 3460eadb..edb9baa8 100644 --- a/meta-ti-extras/recipes-devtools/gdbc6x/gdbserver-c6x_git.bb +++ b/meta-ti-extras/recipes-devtools/gdbc6x/gdbserver-c6x_git.bb @@ -47,3 +47,13 @@ require recipes-ti/includes/ti-paths.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" -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#17912): https://lists.yoctoproject.org/g/meta-ti/message/17912 Mute This Topic: https://lists.yoctoproject.org/mt/107568535/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
