summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2026-02-24 20:44:09 -0600
committerRyan Eatmon <reatmon@ti.com>2026-02-24 20:54:51 -0600
commit03a7ad132cefb6c1a8927cc983925cc3fce71790 (patch)
treeb430571b2813664438431d4003fa038d98b6c5c8
parent38758c5d173585c80bcdf4f94618eff2d2d0237f (diff)
downloadmeta-ti-03a7ad132cefb6c1a8927cc983925cc3fce71790.tar.gz
dsptop: Tweak SECURITY_STRINGFORMAT
A change in oe-core [1] has turned on higher security checks, but dsptop will not build with all of them turned on. Remove a single 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-bsp/dsptop/dsptop_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-ti-extras/recipes-bsp/dsptop/dsptop_git.bb b/meta-ti-extras/recipes-bsp/dsptop/dsptop_git.bb
index c5242d5e..85fc191d 100644
--- a/meta-ti-extras/recipes-bsp/dsptop/dsptop_git.bb
+++ b/meta-ti-extras/recipes-bsp/dsptop/dsptop_git.bb
@@ -22,3 +22,5 @@ RDEPENDS:${PN} = "debugss-module-drv bash"
22include dsptop.inc 22include dsptop.inc
23 23
24PARALLEL_MAKE = "" 24PARALLEL_MAKE = ""
25
26SECURITY_STRINGFORMAT:remove = "-Werror=format-security"