diff options
author | Ryan Eatmon <reatmon@ti.com> | 2024-07-26 15:32:36 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2024-07-26 15:39:29 -0500 |
commit | 8357cce9bd33abf80073c60b6b7c50790280aace (patch) | |
tree | 050462fccfa654de0ea385bd9a80733deec82a12 | |
parent | 5b0269f3eb5e8cd79eb88fd6291f6efc7acd73bd (diff) | |
download | meta-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.bb | 4 |
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" | |||
47 | INITSCRIPT_PARAMS = "defaults 95" | 47 | INITSCRIPT_PARAMS = "defaults 95" |
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 | INSANE_SKIP:${PN} += "buildpaths" | ||