diff options
author | Ryan Eatmon <reatmon@ti.com> | 2025-07-23 14:55:18 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-07-24 08:57:04 -0500 |
commit | 39dd961d4a849ea9f654aa87eb907a824fd73633 (patch) | |
tree | 786aadcd98b64b73ac39e1ea72301a68b4478565 | |
parent | cdd972a7149c6e8930ac00c8a42ee2b18bd891ce (diff) | |
download | meta-ti-39dd961d4a849ea9f654aa87eb907a824fd73633.tar.gz |
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 <reatmon@ti.com>
-rw-r--r-- | check_yocto_rules.json | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ | |||
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" : { |