mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
gdbc6x: Disable buildpaths check
The gdbc6x debugger might be able to be updated for the reproducible build effort. While we continue to explore what is possible, we will disable the check so that we can continue to maintain our code for releases. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
@@ -47,3 +47,7 @@ INITSCRIPT_NAME = "gdbserverproxy"
|
||||
INITSCRIPT_PARAMS = "defaults 95"
|
||||
|
||||
PARALLEL_MAKE = ""
|
||||
|
||||
# Disable the "buildpaths" check while we figure out how we are
|
||||
# going to address this issue.
|
||||
INSANE_SKIP:${PN} += "buildpaths"
|
||||
|
||||
Reference in New Issue
Block a user