mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-01 08:20:47 +00:00
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>
This commit is contained in:
@@ -47,3 +47,13 @@ require recipes-ti/includes/ti-paths.inc
|
|||||||
ALLOW_EMPTY:${PN} = "1"
|
ALLOW_EMPTY:${PN} = "1"
|
||||||
|
|
||||||
PARALLEL_MAKE = ""
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user