summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2024-07-26 15:32:36 -0500
committerRyan Eatmon <reatmon@ti.com>2024-07-26 15:39:29 -0500
commit8357cce9bd33abf80073c60b6b7c50790280aace (patch)
tree050462fccfa654de0ea385bd9a80733deec82a12
parent5b0269f3eb5e8cd79eb88fd6291f6efc7acd73bd (diff)
downloadmeta-ti-8357cce9bd33abf80073c60b6b7c50790280aace.tar.gz
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>
-rw-r--r--meta-ti-extras/recipes-devtools/gdbc6x/gdbc6x_git.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-ti-extras/recipes-devtools/gdbc6x/gdbc6x_git.bb b/meta-ti-extras/recipes-devtools/gdbc6x/gdbc6x_git.bb
index 1f296dc5..855de762 100644
--- a/meta-ti-extras/recipes-devtools/gdbc6x/gdbc6x_git.bb
+++ b/meta-ti-extras/recipes-devtools/gdbc6x/gdbc6x_git.bb
@@ -47,3 +47,7 @@ INITSCRIPT_NAME = "gdbserverproxy"
47INITSCRIPT_PARAMS = "defaults 95" 47INITSCRIPT_PARAMS = "defaults 95"
48 48
49PARALLEL_MAKE = "" 49PARALLEL_MAKE = ""
50
51# Disable the "buildpaths" check while we figure out how we are
52# going to address this issue.
53INSANE_SKIP:${PN} += "buildpaths"