From 8357cce9bd33abf80073c60b6b7c50790280aace Mon Sep 17 00:00:00 2001 From: Ryan Eatmon Date: Fri, 26 Jul 2024 15:32:36 -0500 Subject: 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 --- meta-ti-extras/recipes-devtools/gdbc6x/gdbc6x_git.bb | 4 ++++ 1 file changed, 4 insertions(+) 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" -- cgit v1.2.3-54-g00ecf