diff options
author | Ryan Eatmon <reatmon@ti.com> | 2024-07-26 15:31:09 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2024-07-26 15:39:29 -0500 |
commit | 5b0269f3eb5e8cd79eb88fd6291f6efc7acd73bd (patch) | |
tree | 8bc77d6bf0ab5bc878eacdf5df9cf6cbe6fe040c /meta-ti-extras | |
parent | 7f65ede025311ae5e4d0c7984a14ef894e5bed60 (diff) | |
download | meta-ti-5b0269f3eb5e8cd79eb88fd6291f6efc7acd73bd.tar.gz |
gdbserver-c6x: 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>
Diffstat (limited to 'meta-ti-extras')
-rw-r--r-- | meta-ti-extras/recipes-devtools/gdbc6x/gdbserver-c6x_git.bb | 10 |
1 files changed, 10 insertions, 0 deletions
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 | |||
47 | ALLOW_EMPTY:${PN} = "1" | 47 | ALLOW_EMPTY:${PN} = "1" |
48 | 48 | ||
49 | PARALLEL_MAKE = "" | 49 | PARALLEL_MAKE = "" |
50 | |||
51 | # Disable the "buildpaths" check while we figure out how we are | ||
52 | # going to address this issue. | ||
53 | # | ||
54 | # The ti-cgt6x compiler is a custom TI compiler for the TI C6000 | ||
55 | # Digital Signal Processor(DSP) platform. It does not currently | ||
56 | # support reproducible builds and is provided via a binary blob | ||
57 | # download that we cannot patch in the recipe to address the | ||
58 | # issue. | ||
59 | INSANE_SKIP:${PN}-dev += "buildpaths" | ||