summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2026-02-24 20:46:31 -0600
committerRyan Eatmon <reatmon@ti.com>2026-02-24 20:54:51 -0600
commitcd0391b2ea09e816c7953c2aa3f41083b30c3051 (patch)
treeeaf17cbcc3eeeb313940399b4846c3724a0e8c37
parent03a7ad132cefb6c1a8927cc983925cc3fce71790 (diff)
downloadmeta-ti-cd0391b2ea09e816c7953c2aa3f41083b30c3051.tar.gz
gdbc6x: Tweak lcl_maybe_fortify security setting
A change in oe-core [1] has turned on higher security checks, but gdbc6x will not build with FORTIFY_SOURCE turned on. Remove that setting to get it building again. [1] https://git.openembedded.org/openembedded-core/commit/?id=4c2d64c10a5b0437ab1ea04df22386f0f95124d1 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-extras/recipes-devtools/gdbc6x/gdbc6x_git.bb2
1 files changed, 2 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 521d06fe..6b90b4f0 100644
--- a/meta-ti-extras/recipes-devtools/gdbc6x/gdbc6x_git.bb
+++ b/meta-ti-extras/recipes-devtools/gdbc6x/gdbc6x_git.bb
@@ -51,3 +51,5 @@ PARALLEL_MAKE = ""
51# Disable the "buildpaths" check while we figure out how we are 51# Disable the "buildpaths" check while we figure out how we are
52# going to address this issue. 52# going to address this issue.
53INSANE_SKIP:${PN} += "buildpaths" 53INSANE_SKIP:${PN} += "buildpaths"
54
55lcl_maybe_fortify = "${@oe.utils.conditional('OPTLEVEL','-O0','','${OPTLEVEL}',d)}"