From 03a7ad132cefb6c1a8927cc983925cc3fce71790 Mon Sep 17 00:00:00 2001 From: Ryan Eatmon Date: Tue, 24 Feb 2026 20:44:09 -0600 Subject: [PATCH] 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 --- meta-ti-extras/recipes-bsp/dsptop/dsptop_git.bb | 2 ++ 1 file changed, 2 insertions(+) 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" include dsptop.inc PARALLEL_MAKE = "" + +SECURITY_STRINGFORMAT:remove = "-Werror=format-security"