From 3a064a5f1a9c6c829e86a952d60051408b59789f Mon Sep 17 00:00:00 2001 From: Ryan Eatmon Date: Thu, 17 Jul 2025 09:09:14 -0500 Subject: check_yocto_rules: Add new rules for recent changes - The S change needs to skip the APPEND-2 check since S should never have a space in a path. - 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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/check_yocto_rules.json b/check_yocto_rules.json index 7e8eb211..237aa6a3 100644 --- a/check_yocto_rules.json +++ b/check_yocto_rules.json @@ -3,7 +3,7 @@ "skip_vars" : [ "ALTERNATIVE", "FILES", "INSANE_SKIP", "RDEPENDS", "RRECOMMENDS" ] }, "APPEND-2" : { - "skip_vars" : [ "KERNEL_LOCALVERSION", "PR", "PV" ], + "skip_vars" : [ "KERNEL_LOCALVERSION", "PR", "PV", "S" ], "file_regex" : { "meta-ti-bsp\\/recipes-graphics\\/mesa\\/mesa-pvr_\\S+\\.bb" : { "skip_vars": [ "GALLIUMDRIVERS", "VULKAN_DRIVERS" ] @@ -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