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 <[email protected]> --- 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" -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#17910): https://lists.yoctoproject.org/g/meta-ti/message/17910 Mute This Topic: https://lists.yoctoproject.org/mt/107568533/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
