diff mbox series

[meta-ti,master] check_yocto_rules: Add new rules for recent changes

Message ID 20250717141222.29671-1-reatmon@ti.com
State New
Headers show
Series [meta-ti,master] check_yocto_rules: Add new rules for recent changes | expand

Commit Message

Ryan Eatmon July 17, 2025, 2:12 p.m. UTC
- 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 <reatmon@ti.com>
---
 check_yocto_rules.json | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
diff mbox series

Patch

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" : {