From 39dd961d4a849ea9f654aa87eb907a824fd73633 Mon Sep 17 00:00:00 2001 From: Ryan Eatmon Date: Wed, 23 Jul 2025 14:55:18 -0500 Subject: check_yocto_rules: Add new rule for recent change - The UBOOT_VERSION bbappend does not need a guard since we are modifying our own layer. Signed-off-by: Ryan Eatmon --- check_yocto_rules.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/check_yocto_rules.json b/check_yocto_rules.json index 7e8eb211..6d33c0aa 100644 --- a/check_yocto_rules.json +++ b/check_yocto_rules.json @@ -17,7 +17,8 @@ "skip_files" : [ "meta-ti-bsp/recipes-core/udev/eudev_%.bbappend", "meta-ti-bsp/recipes-devtools/binutils/binutils-cross-canadian_%.bbappend", - "meta-ti-bsp/recipes-security/optee/optee-%.bbappend" + "meta-ti-bsp/recipes-security/optee/optee-%.bbappend", + "meta-ti-bsp/dynamic-layers/openembedded-layer/recipes-bsp/u-boot/u-boot-ti-%.bbappend" ] }, "GUARD-2" : { -- cgit v1.2.3-54-g00ecf