From 1bbb24616630a890d47ffcefb41b44e0d92e08aa Mon Sep 17 00:00:00 2001 From: Ryan Eatmon Date: Fri, 24 Oct 2025 16:25:00 -0500 Subject: [PATCH] check_yocto_rules: Add new rule exception Signed-off-by: Ryan Eatmon --- check_yocto_rules.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/check_yocto_rules.json b/check_yocto_rules.json index 6d33c0aa..e4b5ed35 100644 --- a/check_yocto_rules.json +++ b/check_yocto_rules.json @@ -24,6 +24,11 @@ "GUARD-2" : { "skip_vars" : [ "k3" , "ti-soc" ] }, + "GUARD-3" : { + "skip_files" : [ + "meta-ti-bsp/recipes-security/optee/optee-os-tadevkit_%.bbappend" + ] + }, "SUMMARY-1" : { "skip_files" : [ "meta-ti-extras/recipes-ti/ipc/ti-ipc-rtos_git.bb"