summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2025-07-17 09:09:14 -0500
committerRyan Eatmon <reatmon@ti.com>2025-07-17 09:09:14 -0500
commit3a064a5f1a9c6c829e86a952d60051408b59789f (patch)
treea5344d655fe68ed85220499fc2d51cffefad51c4
parent3ecef14093914bb95fdc69e929a18cd7219ff01f (diff)
downloadmeta-ti-3a064a5f1a9c6c829e86a952d60051408b59789f.tar.gz
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 <reatmon@ti.com>
-rw-r--r--check_yocto_rules.json5
1 files 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 @@
3 "skip_vars" : [ "ALTERNATIVE", "FILES", "INSANE_SKIP", "RDEPENDS", "RRECOMMENDS" ] 3 "skip_vars" : [ "ALTERNATIVE", "FILES", "INSANE_SKIP", "RDEPENDS", "RRECOMMENDS" ]
4 }, 4 },
5 "APPEND-2" : { 5 "APPEND-2" : {
6 "skip_vars" : [ "KERNEL_LOCALVERSION", "PR", "PV" ], 6 "skip_vars" : [ "KERNEL_LOCALVERSION", "PR", "PV", "S" ],
7 "file_regex" : { 7 "file_regex" : {
8 "meta-ti-bsp\\/recipes-graphics\\/mesa\\/mesa-pvr_\\S+\\.bb" : { 8 "meta-ti-bsp\\/recipes-graphics\\/mesa\\/mesa-pvr_\\S+\\.bb" : {
9 "skip_vars": [ "GALLIUMDRIVERS", "VULKAN_DRIVERS" ] 9 "skip_vars": [ "GALLIUMDRIVERS", "VULKAN_DRIVERS" ]
@@ -17,7 +17,8 @@
17 "skip_files" : [ 17 "skip_files" : [
18 "meta-ti-bsp/recipes-core/udev/eudev_%.bbappend", 18 "meta-ti-bsp/recipes-core/udev/eudev_%.bbappend",
19 "meta-ti-bsp/recipes-devtools/binutils/binutils-cross-canadian_%.bbappend", 19 "meta-ti-bsp/recipes-devtools/binutils/binutils-cross-canadian_%.bbappend",
20 "meta-ti-bsp/recipes-security/optee/optee-%.bbappend" 20 "meta-ti-bsp/recipes-security/optee/optee-%.bbappend",
21 "meta-ti-bsp/dynamic-layers/openembedded-layer/recipes-bsp/u-boot/u-boot-ti-%.bbappend"
21 ] 22 ]
22 }, 23 },
23 "GUARD-2" : { 24 "GUARD-2" : {