diff mbox series

[meta-ti,master,4/4] gdbc6x: Disable buildpaths check

Message ID 20240726204530.9033-5-reatmon@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series Disable buildpaths check | expand

Commit Message

Ryan Eatmon July 26, 2024, 8:45 p.m. UTC
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>
---
 meta-ti-extras/recipes-devtools/gdbc6x/gdbc6x_git.bb | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

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"
 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"